summaryrefslogtreecommitdiff
path: root/internal/db/bundb/notification_test.go
AgeCommit message (Collapse)AuthorFiles
2022-03-07[performance] Database optimizations (#419)v0.2.1Libravatar tobi1
* create first index on notifications * tidy up + add tests * log queries for trace, ops for debug * index commonly used fields * rearrange query * add a few more indexes * remove schema-breaking index (add this back in later) * re-add cleanup query index