PostgreSQL 16 Released With More Performance Improvements, SIMD For x86 & Arm

Written by Michael Larabel in Free Software on 14 September 2023 at 04:03 PM EDT. 11 Comments
FREE SOFTWARE
PostgreSQL 16 released today as a very exciting update for this popular open-source SQL server.

PostgreSQL 16.0 introduces many new features for this widely-used database server. There are more performance improvements with this new release, particularly around query parallelism, bulk data loading, and logical replication. PostgreSQL 16 adds SIMD support on both x86 and ARM architectures which is being used for faster ASCII and JSON string processing as well as array and sub-transaction searches.

The PostgreSQL 16 release announcement also notes that bulk loading using COPY can be up to a 300% performance improvement in some cases. I'll be running some PostgreSQL 15 vs. 16 benchmarks soon.

PostgreSQL logo


PostgreSQL 16 also implements more SQL/JSON syntax, pg_stat_io is added as a new source for key I/O metrics, and various other security and access control enhancements.

Downloads and more details on PostgreSQL 16 via PostgreSQL.org.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week