PostgreSQL locks in Rails Migrations
When we need to update huge data by adding a rails Migrations or a rake/Thor task. We should worry about the PostgreSQL locks. Every time when we work with the production data for updating, there is always a risk of locking the database. By locking t...
Jun 23, 20212 min read184