Skip to content

symbols: Optimize prefix queries

Warren Gifford requested to merge symbols-prefix-optimization into main

Created by: chrismwendt

SQLite is super fast when you give it a GLOB with a literal prefix like foo*.

This will make the symbols service snappy for sidebar directory queries, once the appropriate query is sent https://github.com/sourcegraph/sourcegraph/issues/31296

Test plan

Added a test.

Merge request reports

Loading