autobrr/internal/database
Kyle Sanderson 0f3ce7573e
fix(releases): improve load time by 47x (#565)
* fix(releases): improve load time by 47x

* fix(releases): optimize stats query

* remove the *

* change nil to actual 0

* feat(releases): flip recent to orderby id

* fix(stats): make postgres compatible

* return the * to COUNT for pgsql

Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
Co-authored-by: ze0s <ze0s@riseup.net>
2022-12-16 11:43:09 -08:00
..
action.go feat(actions): qbit add options content layout and skip hash check (#393) 2022-08-02 18:06:45 +02:00
api.go feat(api): add apikey support (#408) 2022-08-15 11:58:13 +02:00
database.go fix(autobrrctl): missing logger (#355) 2022-07-16 17:59:24 +02:00
download_client.go fix(download_client): improve no-client error (#529) 2022-11-07 17:22:31 +01:00
feed.go fix(feeds): indexer identifier issues (#538) 2022-11-17 18:50:40 +01:00
feed_cache.go feat(feeds): improve RSS (#502) 2022-10-18 18:51:10 +02:00
filter.go feat(filters): smart episode (#563) 2022-12-14 19:07:04 +01:00
indexer.go feat(indexers): add support for optional baseurl override (#551) 2022-12-03 15:40:45 +01:00
irc.go feat(irc): support optional SASL and NickServ auth (#511) 2022-10-27 22:25:58 +02:00
notification.go feat(notifications): add Notifiarr support (#464) 2022-09-19 15:44:31 +02:00
postgres.go feat(actions): qbit add options content layout and skip hash check (#393) 2022-08-02 18:06:45 +02:00
postgres_migrate.go feat(filters): smart episode (#563) 2022-12-14 19:07:04 +01:00
release.go fix(releases): improve load time by 47x (#565) 2022-12-16 11:43:09 -08:00
sqlite.go feat(actions): qbit add options content layout and skip hash check (#393) 2022-08-02 18:06:45 +02:00
sqlite_migrate.go feat(filters): smart episode (#563) 2022-12-14 19:07:04 +01:00
user.go feat(logging); improve messages and errors (#336) 2022-07-05 13:31:44 +02:00
utils.go feat(actions): qbit rules set ratio and seed time limits (#264) 2022-05-03 14:57:47 +02:00
utils_test.go Fix: Performance issues and sqlite locking (#74) 2022-01-11 19:35:27 +01:00