#Slow migration to create a new index in large table
2 messages · Page 1 of 1 (latest)
Can you create the index concurrently? There's a migration class, something like CreateIndexConcurrently
2 messages · Page 1 of 1 (latest)
Hello, I'm trying to migrate one migration that will create a new index in the large table (~16M), but this process is very slowly, I'm using concurrently and atomic = False in migration already.
Do you have tips for migrate this new index?
Can you create the index concurrently? There's a migration class, something like CreateIndexConcurrently