Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
gcbirzan
on Aug 29, 2018
|
parent
|
context
|
favorite
| on:
A Missing Link in Postgres 11: Fast Column Creatio...
I was talking about the way to do it before. You could create a NULL-able column, add the default in batches, add the default/make it non-NULL-able. But, the last part took some time (not in the range of ms) for large tables.
pilif
on Aug 29, 2018
[–]
> But, the last part took some time (not in the range of ms) for large tables
create a temporary index covering that column. Then it will be in the range of ms.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: