Skip to content
Snippets Groups Projects
Commit e23338ce authored by David Rowley's avatar David Rowley
Browse files

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
parent 9346d396
No related branches found
No related tags found
No related merge requests found
...@@ -4113,9 +4113,9 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01'; ...@@ -4113,9 +4113,9 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
<para> <para>
It is also important to consider the overhead of partitioning during It is also important to consider the overhead of partitioning during
query planning and execution. The query planner is generally able to query planning and execution. The query planner is generally able to
handle partition hierarchies up a few hundred partitions fairly well, handle partition hierarchies with up to a few hundred partitions fairly
provided that typical queries allow the query planner to prune all but a well, provided that typical queries allow the query planner to prune all
small number of partitions. Planning times become longer and memory but a small number of partitions. Planning times become longer and memory
consumption becomes higher as more partitions are added. This is consumption becomes higher as more partitions are added. This is
particularly true for the <command>UPDATE</command> and 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment