You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Once a minute, we query the repo_embedding_jobs table to check a repo needs to be re-embedded, or if there is already an up-to-date embeddings index. At some customer sites, we've seen this query add a ton of load to the DB.
Ideas for a quick fix:
Run this query less frequently -- we can likely check this much less often, as default minimum interval between embedding jobs is 24 hours
Once a minute, we query the
repo_embedding_jobstable to check a repo needs to be re-embedded, or if there is already an up-to-date embeddings index. At some customer sites, we've seen this query add a ton of load to the DB.Ideas for a quick fix:
/cc @sourcegraph/search-platform