| タイプ: | bool |
| デフォルト: | off |
| コンテキスト: | user |
| 再起動: | false |
| 以来: | 11 |
パーティション同士の結合(partitionwise join)を問い合わせプランナが使用するのを有効あるいは無効にします。パーティション同士の結合は、適合するパーティションを結合することによって実行される、パーティション化テーブルにまたがる結合を可能にします。今の所、パーティション同士の結合は、すべてのパーティションキーを含んでいて、かつパーティションキーの型が同じで、正確に一致する子パーティションの集合を持つ結合条件のときだけに適用されます。パーティション同士の結合のプランニングには大量のCPU時間とメモリが使用されることがあるので、デフォルトはoffです。
On StackOverflow
- any issue with enable_partitionwise_join at instance level
- How to do a major version upgrade for Aurora Postgres in CloudFormation with custom Parameter Groups?
- Large COUNT DISTINCT performs slowly in postgresql
- Geoserver WFS + PostgreSQL with large table impossibly slow
- Java Hibernate insert hypertable in timescaledb is very slow
On pgsql-hackers
- Re: Why OR-clauses not getting copied into baserestrictinfo of another table whose columns are in the same EquivalenceClass?
- Combination of geqo and enable_partitionwise_join leads to crashes in the regression tests
- Re: Combination of geqo and enable_partitionwise_join leads to crashes in the regression tests
- Re: Hybrid Hash/Nested Loop joins and caching results from subplans
- pg13dev: explain partial, parallel hashagg, and memory use
