We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b250898 commit 6c0c283Copy full SHA for 6c0c283
doc/src/sgml/ref/create_index.sgml
@@ -615,6 +615,16 @@ Indexes:
615
within a transaction block, but <command>CREATE INDEX CONCURRENTLY</command>
616
cannot.
617
</para>
618
+
619
+ <para>
620
+ Concurrent builds for indexes on partitioned tables are currently not
621
+ supported. However, you may concurrently build the index on each
622
+ partition individually and then finally create the partitioned index
623
+ non-concurrently in order to reduce the time where writes to the
624
+ partitioned table will be locked out. In this case, building the
625
+ partitioned index is a metadata only operation.
626
+ </para>
627
628
</refsect2>
629
</refsect1>
630
0 commit comments