PostgreSQL 16 advances query parallelism
PostgreSQL 16, the next major update of the open source relational database, has arrived in a beta release, highlighted by enhancements in query execution, logical replication, developer experience, and security.
PostgreSQL 16 Beta 1 was published on May 25. The new release improves query execution with more query parallelism, allowing parallel execution of
FULL
andRIGHT
joins and parallel execution of thestring_agg
andarray_agg
aggregate functions. PostgreSQL 16 can use incremental sorts inSELECT DISTINCT
queries, and improves performance of concurrent bulk loading of data usingCOPY
by as much as 300%, the PostgreSQL Development Group said.
Author: . [Source Link (*), InfoWorld]