Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ddc053d

Browse files
committed
doc: Fix grammatical error in partitioning docs
Reported-by: Amit Langote Discussion: https://postgr.es/m/CA+HiwqGZFkKi0TkBGYpr2_5qrRAbHZoP47AP1BRLUOUkfQdy_A@mail.gmail.com Backpatch-through: 10
1 parent 9680728 commit ddc053d

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
@@ -4730,12 +4730,12 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
47304730
<para>
47314731
It is also important to consider the overhead of partitioning during
47324732
query planning and execution. The query planner is generally able to
4733-
handle partition hierarchies up a few thousand partitions fairly well,
4734-
provided that typical queries allow the query planner to prune all but a
4735-
small number of partitions. Planning times become longer and memory
4733+
handle partition hierarchies with up to a few thousand partitions fairly
4734+
well, provided that typical queries allow the query planner to prune all
4735+
but a small number of partitions. Planning times become longer and memory
47364736
consumption becomes higher when more partitions remain after the planner
47374737
performs partition pruning. This is particularly true for the
4738-
<command>UPDATE</command> and <command>DELETE</command> commands. Another
4738+
<command>UPDATE</command> and <command>DELETE</command> commands. Another
47394739
reason to be concerned about having a large number of partitions is that
47404740
the server's memory consumption may grow significantly over a period of
47414741
time, especially if many sessions touch large numbers of partitions.

0 commit comments

Comments
 (0)