symbols: Optimize prefix queries
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.