Sobes.tech
Middle

Imagine a PostgreSQL database with a table of 50 million rows. You need to add a new column with a default value: ALTER TABLE users ADD COLUMN status VARCHAR DEFAULT 'active'. What risks should be considered for production?