Contents
enable_parallel_insert
A parameter determining whether INSERTs can be executed in parallel
This entry relates to a feature which was incorporated into PostgreSQL 14 but subsequently withdrawn.
enable_parallel_insert
is a configuration parameter determining whether INSERT INTO ... SELECT ...
operations can be executed in parallel.
enable_parallel_insert
was added in PostgreSQL 14.
Change history
References
- PostgreSQL 14 documentation: enable_parallel_insert