RE: speeding up planning with partitions
Imai, Yoshikazu <imai.yoshikazu@jp.fujitsu.com>
On Thu, Jan 24, 2019 at 6:10 AM, Imai, Yoshikazu wrote: > updating partkey case: > > part-num master 0001 0002 0003 0004 > 1 8215.34 7924.99 7931.15 8407.40 8475.65 > 2 7137.49 7026.45 7128.84 7583.08 7593.73 > 4 5880.54 5896.47 6014.82 6405.33 6398.71 > 8 4222.96 4446.40 4518.54 4802.43 4785.82 > 16 2634.91 2891.51 2946.99 3085.81 3087.91 > 32 935.12 1125.28 1169.17 1199.44 1202.04 > 64 352.37 405.27 417.09 425.78 424.53 > 128 236.26 310.01 307.70 315.29 312.81 > 256 65.36 86.84 87.67 84.39 89.27 > 512 18.34 24.84 23.55 23.91 23.91 > 1024 4.83 6.93 6.51 6.45 6.49 I also tested with non-partitioned table case. updating partkey case: part-num master 0001 0002 0003 0004 0 10956.7 10370.5 10472.6 10571.0 10581.5 1 8215.34 7924.99 7931.15 8407.40 8475.65 ... 1024 4.83 6.93 6.51 6.45 6.49 In my performance results, it seems update performance degrades in non-partitioned case with v17-patch applied. But it seems this degrades did not happen at v2-patch. On Thu, Aug 30, 2018 at 1:45 AM, Amit, Langote wrote: > UPDATE: > > nparts master 0001 0002 0003 > ====== ====== ==== ==== ==== > 0 2856 2893 2862 2816 Does this degradation only occur in my tests? Or if this result is correct, what may causes the degradation? -- Yoshikazu Imai
Commits
-
Clean up handling of constraint_exclusion and enable_partition_pruning.
- e03ff739695c 12.0 landed
- 11ea45ffec9a 11.3 landed
-
Add test case exercising formerly-unreached code in inheritance_planner.
- 8fba397f0ca7 12.0 landed
-
Speed up planning when partitions can be pruned at plan time.
- 428b260f87e8 12.0 landed
-
Avoid crash in partitionwise join planning under GEQO.
- 7ad6498fd5a6 12.0 landed
- d70c147fa217 11.3 landed
-
Avoid passing query tlist around separately from root->processed_tlist.
- 333ed246c6f3 12.0 landed
-
Build "other rels" of appendrel baserels in a separate step.
- 53bcf5e3dbea 12.0 landed
-
Get rid of duplicate child RTE for a partitioned table.
- e8d5dd6be79e 12.0 landed
-
Rearrange make_partitionedrel_pruneinfo to avoid work when we can't prune.
- 734308a22072 12.0 landed
-
Don't copy PartitionBoundInfo in set_relation_partition_info.
- c8151e642368 12.0 landed
-
Move building of child base quals out into a new function
- 80579f9bb171 12.0 landed
-
Reorganize planner code moved in b60c39759908
- d723f56872a9 12.0 landed
-
Move inheritance expansion code into its own file
- b60c39759908 12.0 landed
-
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
- c03ad5602f52 9.4.0 cited
-
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
- b3aaf9081a1a 9.2.0 cited