aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2019-06-13 10:35:27 +1200
committerDavid Rowley <drowley@postgresql.org>2019-06-13 10:35:27 +1200
commite23338cec4fb088235f27949c4f298b9738877d9 (patch)
tree9d689bdad4bb4a7fcfaff80ea59a9e21c9a5dd91
parent9346d396fd4a643653b5f3822dbfbd9968b32679 (diff)
downloadpostgresql-e23338cec4fb088235f27949c4f298b9738877d9.tar.gz
postgresql-e23338cec4fb088235f27949c4f298b9738877d9.zip
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
-rw-r--r--doc/src/sgml/ddl.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index b628cac2d3c..a49a14cac1d 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -4113,12 +4113,12 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate &gt;= DATE '2008-01-01';
<para>
It is also important to consider the overhead of partitioning during
query planning and execution. The query planner is generally able to
- handle partition hierarchies up a few hundred partitions fairly well,
- provided that typical queries allow the query planner to prune all but a
- small number of partitions. Planning times become longer and memory
+ handle partition hierarchies with up to a few hundred partitions fairly
+ well, provided that typical queries allow the query planner to prune all
+ but a small number of partitions. Planning times become longer and memory
consumption becomes higher as more partitions are added. This is
particularly true for the <command>UPDATE</command> and
- <command>DELETE</command> commands. Another reason to be concerned about
+ <command>DELETE</command> commands. Another reason to be concerned about
having a large number of partitions is that the server's memory
consumption may grow significantly over a period of time, especially if
many sessions touch large numbers of partitions. That's because each