Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
73 stars 32 forks source link

Add indexes for database tables with frequent sequential scans #426

Closed happy-river closed 2 years ago

happy-river commented 2 years ago

Add indexes for several database tables which we have observed doing a lot of sequential scans in production.

Tested with SQLite and PostgreSQL.