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

Commitfc7e998

Browse files
committed
Mention DROP TABLE as well as ALTER TABLE NO INHERIT
... when talking about how good they are in replacement of bulk DELETEin partitioned setups.The original wording was a bit confusing.Per an observation from David Wheeler.
1 parentc3ad1e8 commitfc7e998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,8 @@ VALUES ('New York', NULL, NULL, 'NY');
23322332
<para>
23332333
Bulk loads and deletes can be accomplished by adding or removing
23342334
partitions, if that requirement is planned into the partitioning design.
2335-
<command>ALTER TABLE</> is far faster than a bulk operation.
2335+
<command>ALTER TABLE NO INHERIT</> and <command>DROP TABLE</> are
2336+
both far faster than a bulk operation.
23362337
It also entirely avoids the <command>VACUUM</command>
23372338
overhead caused by a bulk <command>DELETE</>.
23382339
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp