docbrown/db
rhymes dd0ee3dd72
Optimize Admin::FeedbackMessagesController by adding proper indexes (#12415)
DEV has 30+ million email messages, to display some of them to the admin, they
all are scanned to find those that belong to the requested feedback messages.
This results in SQL queries that can take up to 15 seconds.

By adding an index, we cut the SQL response time to milliseconds.
2021-01-25 17:02:06 +01:00
..
migrate Optimize Admin::FeedbackMessagesController by adding proper indexes (#12415) 2021-01-25 17:02:06 +01:00
schema.rb Optimize Admin::FeedbackMessagesController by adding proper indexes (#12415) 2021-01-25 17:02:06 +01:00
seeds.rb Rollback Listing Endorsements implementation (#12136) 2021-01-06 11:01:29 -05:00