Skip to content

perf: Faster lookup of search context repos

Warren Gifford requested to merge es-ts/perf-search-context-repos into main

Created by: eseliger

  • We drop the soft-deletion which seems not required here, so we don't need to join at all. @novoselrok is this alright with you?
  • We change the order of fields in the unique index so a lookup by repo id is cheap (what we always use to query)

Merge request reports

Loading