Helper to safely add indexes to partitioned tables
Add a new set of migration helpers to concurrently create indexes on partitioned tables. Postgres does not support concurrent index creation on partitioned tables, so the index must be created concurrently on each partition, and then finally added in a non-concurrent fashion on the parent table.
Showing
Please register or sign in to comment