This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/lib/database
Las Zenow c82fd09e0d Optimize submission deletion
The nested select was producing a sequential lookup into the books
table, that took hours to resolv.
2020-11-18 11:52:26 +00:00
..
books.go Do the count stimated 2020-06-24 11:07:54 +00:00
books_test.go Make the tests pass 2018-04-08 22:11:19 +00:00
database.go Optimize submission deletion 2020-11-18 11:52:26 +00:00
database_test.go Make the tests pass 2018-04-08 22:11:19 +00:00
list.go Update to pg v9 2019-11-06 06:53:41 +00:00
list_test.go Add book list support in the database 2018-04-09 00:15:58 +00:00
news.go Update to pg v9 2019-11-06 06:53:41 +00:00
news_test.go [WIP] migration to psql 2017-05-21 10:44:43 +00:00
ro.go Add hashes for each book 2020-05-03 10:14:50 +00:00
stats.go Fix getVisitedBooks and getDownloadedBooks queries, preventing persistent error every five minutes when front page data is updated 2019-11-30 10:55:26 +09:30
submissions.go Optimize submission deletion 2020-11-18 11:52:26 +00:00
users.go Add search by date 2020-03-23 11:35:10 +00:00
users_test.go [WIP] migration to psql 2017-05-21 10:44:43 +00:00