Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c0c283

Browse files
committed
Docs: concurrent builds of partitioned indexes are not supported
Document that CREATE INDEX CONCURRENTLY is not currently supported forindexes on partitioned tables.Discussion:https://postgr.es/m/CAKJS1f_CErd2z9L21Q8OGLD4TgH7yw1z9MAtHTSO13sXVG-yow@mail.gmail.comBackpatch-through: 11
1 parentb250898 commit6c0c283

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎doc/src/sgml/ref/create_index.sgml‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,16 @@ Indexes:
615615
within a transaction block, but <command>CREATE INDEX CONCURRENTLY</command>
616616
cannot.
617617
</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+
618628
</refsect2>
619629
</refsect1>
620630

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp