Contents
enable_partitionwise_join
A configuration parameter determining whether the planner makes use of partitionwise joins
enable_partitionwise_join
is a configuration parameter determining whether the planner makes use of partitionwise joins.
enable_partitionwise_join
was added in PostgreSQL 11.
Default value
The default value for enable_partitionwise_join
is: off
.
Change history
- PostgreSQL 11
- added (commit f49842d1)
References
- PostgreSQL documentation: enable_partitionwise_join