summaryrefslogtreecommitdiff
path: root/internal/db/bundb/statusfave.go
AgeCommit message (Expand)AuthorFiles
2024-09-16[performance] cache more database calls, reduce required database calls overa...Libravatar kim1
2024-09-02[chore/performance] Avoid unnecessary "uncached" queries (#3265)Libravatar tobi1
2024-07-24[chore] renames the `GTS` caches to `DB` caches (#3127)Libravatar kim1
2024-07-11[chore] Add interaction policy gtsmodels (#3075)Libravatar tobi1
2024-04-02[chore] bump go structr cache version -> v0.6.0 (#2773)Libravatar kim1
2024-02-07[feature/performance] sqlite pragma optimize on close (#2596)Libravatar kim1
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim1
2023-08-17[bugfix] fix double firing bun.DB query hooks (#2124)Libravatar kim1
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi1
2023-08-04[performance] add caching of status fave, boost of, in reply to ID lists (#2060)Libravatar kim1
2023-08-02[bugfix] Rework MultiError to wrap + unwrap errors properly (#2057)Libravatar tobi1
2023-07-25[performance] retry db queries on busy errors (#2025)Libravatar kim1
2023-06-11[bugfix] Invalidate timeline entries for status when stats change (#1879)Libravatar tobi1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim1
2023-03-20[chore] Refactor account deleting/block logic, tidy up some other processing ...Libravatar tobi1