Skip to content

Commit e23338c

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 9346d39 commit e23338c

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 hierarchies with up to a few hundred partitions fairly
4117+
well, provided that typical queries allow the query planner to prune all
4118+
but a small 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)