PostgreSQL 17 Rolls Out: Enhanced Performance and Developer Features
Quoting: PostgreSQL 17 Rolls Out: Enhanced Performance and Developer Features —
A year after its previous major 16 release, the PostgreSQL Global Development Group announced the release of PostgreSQL 17, the newest iteration of the world’s most advanced open-source database, offering enhancements in performance, scalability, and adaptability to emerging data storage and access patterns.
Update
Original:
-
PostgreSQL 17 Released!
The PostgreSQL Global Development Group today announced the release of PostgreSQL 17, the latest version of the world's most advanced open source database.
PostgreSQL 17 builds on decades of open source development, improving its performance and scalability while adapting to emergent data access and storage patterns. This release of PostgreSQL adds significant overall performance gains, including an overhauled memory management implementation for vacuum, optimizations to storage access and improvements for high concurrency workloads, speedups in bulk loading and exports, and query execution improvements for indexes. PostgreSQL 17 has features that benefit brand new workloads and critical systems alike, such as additions to the developer experience with the SQL/JSON
JSON_TABLE
command, and enhancements to logical replication that simplify management of high availability workloads and major version upgrades.
LWN:
-
PostgreSQL 17 released
Version 17 of the PostgreSQL database has been released.
This release of PostgreSQL adds significant overall performance gains, including an overhauled memory management implementation for vacuum, optimizations to storage access and improvements for high concurrency workloads, speedups in bulk loading and exports, and query execution improvements for indexes. PostgreSQL 17 has features that benefit brand new workloads and critical systems alike, such as additions to the developer experience with the SQL/JSON JSON_TABLE command, and enhancements to logical replication that simplify management of high availability workloads and major version upgrades.LWN recently covered some of the interesting new features and security enhancements in PostgreSQL 17.
More here:
-
PostgreSQL 17 accelerates open source database with replication and JSON tables
The PostgreSQL 17 database update includes new features that enterprise data professionals are going to benefit from.