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

Commite23338c

Browse files
committed
doc: Fix grammatical error in partitioning docs
Reported-by: Amit LangoteDiscussion:https://postgr.es/m/CA+HiwqGZFkKi0TkBGYpr2_5qrRAbHZoP47AP1BRLUOUkfQdy_A@mail.gmail.comBackpatch-through: 10
1 parent9346d39 commite23338c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/ddl.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4113,12 +4113,12 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
41134113
<para>
41144114
It is also important to consider the overhead of partitioning during
41154115
query planning and execution. The query planner is generally able to
4116-
handle partition hierarchies up a few hundred partitions fairly well,
4117-
provided that typical queries allow the query planner to prune all but a
4118-
small number of partitions. Planning times become longer and memory
4116+
handle partition hierarchieswithuptoa few hundred partitions fairly
4117+
well,provided that typical queries allow the query planner to prune all
4118+
but asmall number of partitions. Planning times become longer and memory
41194119
consumption becomes higher as more partitions are added. This is
41204120
particularly true for the <command>UPDATE</command> and
4121-
<command>DELETE</command> commands. Another reason to be concerned about
4121+
<command>DELETE</command> commands.Another reason to be concerned about
41224122
having a large number of partitions is that the server's memory
41234123
consumption may grow significantly over a period of time, especially if
41244124
many sessions touch large numbers of partitions. That's because each

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp