We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99b653 commit a15e8ceCopy full SHA for a15e8ce
doc/src/sgml/ref/create_index.sgml
@@ -586,6 +586,16 @@ Indexes:
586
within a transaction block, but <command>CREATE INDEX CONCURRENTLY</command>
587
cannot.
588
</para>
589
+
590
+ <para>
591
+ Concurrent builds for indexes on partitioned tables are currently not
592
+ supported. However, you may concurrently build the index on each
593
+ partition individually and then finally create the partitioned index
594
+ non-concurrently in order to reduce the time where writes to the
595
+ partitioned table will be locked out. In this case, building the
596
+ partitioned index is a metadata only operation.
597
+ </para>
598
599
</refsect2>
600
</refsect1>
601
0 commit comments