chrisbolin / perf-land

a web performance comparison tool
https://perf.land
MIT License
3 stars 1 forks source link

scaleable search backend #6

Open chrisbolin opened 4 years ago

chrisbolin commented 4 years ago

Search will still be required (can't just use prefix searching on cloud storage).

Could use a single compound-column of rank + url table, with optional fulltext indexing.