You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the type of a column causes the table to be rewritten, which is slow for large tables, and will block both read and writes in Postgres for the entire time.
I don't think it is often relevant for us, but adding issue for it here if we want to address it. Reference here