02 Sep Adding indexes to Postgresql in Rails + concurrently indexes
In this post, I'm going to write down how to add indexes to your tables in Rails if you are using Postgresql. Primary keys You don't need to create these indexes manually PostgreSQL automatically creates an index for primary keys to enforce uniqueness If you want to add...