File tree 1 file changed +4
-4
lines changed
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';
4730
4730
<para>
4731
4731
It is also important to consider the overhead of partitioning during
4732
4732
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
4736
4736
consumption becomes higher when more partitions remain after the planner
4737
4737
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
4739
4739
reason to be concerned about having a large number of partitions is that
4740
4740
the server's memory consumption may grow significantly over a period of
4741
4741
time, especially if many sessions touch large numbers of partitions.
You can’t perform that action at this time.
0 commit comments