All posts tagged "databases"
Increase Rails Performance with Database Indexes
- Author: Travis Williams
- Published:
-
Tags:
- Permalink: /blog/increase-rails-performance-with-database-indexes
If you need to frequently query a database table by a specific column, you should probably index it.