Wednesday, July 06, 2016

Find missing indexes in the database in Rails app

Add gem 'lol_dba' to Gemfile. Run bundle. Run:

lol_dba db:find_indexes

from the project root to find the missing indexes.

No comments:

Post a Comment