Seamless Postgres Indexing in Rails: The Case for Delayed Migrations
I published an article on how to properly add indexes with Rails, handling the creation of Postgres indices concurrently in delayed database migrations (after deployment).
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I published an article on how to properly add indexes with Rails, handling the creation of Postgres indices concurrently in delayed database migrations (after deployment).
Post a comment