Skip to content

symbols: Prefix sidebar queries with ^path/to/dir

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

Created by: chrismwendt

This uses prefix queries to speed up SQLite (non-Zoekt) symbol searches in subdirectories.

Once https://github.com/sourcegraph/sourcegraph/pull/31298 is merged, this PR will make symbols sidebar searches in subdirectories WAY faster.

Resolves https://github.com/sourcegraph/sourcegraph/issues/31296

Test plan

Open a dir before (notice the timeout error) and after (no error).

Merge request reports

Loading