|
|
|
|
|
by rooam-dev
2867 days ago
|
|
Last time I worked with PostgreSQL, it would lock entire table while adding a new column. Imagine users table, then you have to schedule this kind of altering outside business hours... which impacts devs (they have to stay late and/or come early) and business potentially, it has to wait till next day to have a feature delivered. All these are trade-offs and everyone decides what is more important for them. |
|
It does so for the entire << 1ms it takes to add the necessary metadata.