rails_indexes
rails_indexes copied to clipboard
can create index for specific tables?
Hi,
This gem will create index for all the model(tables) columns which are ending with '_id' column. Can I know is there any way that I can create indexes for specific tables/models. Because creating index for unread tables may cause slow down while creating and updating. so i would like to create index for only specific tables in the application on fly. Can this possible with the present gem?
Thank You, Uma Mahesh.