Skip to content

Zoekt: Add a worker to create indexing tasks

Dmitry Gruzd requested to merge 455595-add-new-zoekt-indexing-worker into master

What does this MR do and why?

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Query Plan

https://console.postgres.ai/shared/39ebce04-5931-45d5-87bc-1bb9e0236209

SELECT
    "zoekt_indices".*
FROM
    "zoekt_indices"
WHERE
    "zoekt_indices"."namespace_id" = 9970
    AND "zoekt_indices"."zoekt_enabled_namespace_id" IS NOT NULL
ORDER BY
    "zoekt_indices"."id" ASC
LIMIT 1000

Related to #455595 (closed)

Edited by Ravi Kumar

Merge request reports