Experimenting with database indexes - How fast can it get?
In this blog post I’m explaining what database indexes actually are and how much they can improve your query times in a Ruby on Rails application that contains a lot of records. The tests are done on a Postgresql database.
http://bamboolab.eu/blog/rails-postgresql-index-btree-gin-gist
Post a comment