Y
Hacker News
new
|
ask
|
show
|
jobs
by
rowanseymour
3407 days ago
I also wondered that but seems from
https://code.djangoproject.com/ticket/21039
they'd prefer devs to do that manually in migrations marked as non-atomic
1 comments
brianwawok
3407 days ago
Makes sense, would be weird to start testing while indexes are building
link
rowanseymour
3406 days ago
CONCURRENTLY doesn't build indexes asynchronously - it just builds them in a way that doesn't lock the table.
link
brianwawok
3406 days ago
Oh I thought it returned control after you hit it.
link