docbrown/db
Jeremy Friesen 27123bce56
Adding possibly missing indices (#16323)
This is meant as a conversation.  Throughout the code-base we have have
`Tag.order(hotness_score: :desc)` and with PR #16322 we'll also have
`Tag.order(taggings_count: :desc)`.

My understanding is that if we have sorting, we might want to consider
an index.  I put this forward as a conversation with a possible quick win.

Related to #16322
2022-01-27 07:18:51 -05:00
..
migrate Adding possibly missing indices (#16323) 2022-01-27 07:18:51 -05:00
schema.rb Adding possibly missing indices (#16323) 2022-01-27 07:18:51 -05:00
seeds.rb Ensure arguments to perform_async are json safe (#16285) 2022-01-25 18:07:40 -06:00