File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments