Updates to PostgreSQL 16 Beta 1 release
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 25 May 2023 03:27:21 +0000 (23:27 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 25 May 2023 03:27:21 +0000 (23:27 -0400)
Reviewed-by: Andres Freund <andres@anarazel.de>
releases/16/16beta1.md

index d0986cbf0dede118e6a02958f82ecbc8cdfe7496..fe36e8e2c8c56e28ad9d9d2050500bc03dabc636 100644 (file)
@@ -37,6 +37,10 @@ aggregate functions. Additionally, PostgreSQL 16 can use incremental sorts in
 improvements in lookups for `RANGE` and `LIST` partitions, and support for
 "anti-joins" in `RIGHT` and `OUTER` queries.
 
+PostgreSQL 16 also has up to a 300% performance improvement when concurrently
+using [`COPY`](https://www.postgresql.org/docs/16/sql-copy.html)
+to bulk load data.
+
 This release also introduces support for CPU acceleration using SIMD for both
 x86 and ARM architectures, including optimizations for processing ASCII and JSON
 strings, and array and subtransaction searches. Additionally, PostgreSQL 16
@@ -181,4 +185,5 @@ Links
 * [Beta Testing Information](https://www.postgresql.org/developer/beta/)
 * [PostgreSQL 16 Beta Release Notes](https://www.postgresql.org/docs/16/release-16.html)
 * [PostgreSQL 16 Open Issues](https://wiki.postgresql.org/wiki/PostgreSQL_16_Open_Items)
+* [Feature Matrix](https://www.postgresql.org/about/featurematrix/#configuration-management)
 * [Submit a Bug](https://www.postgresql.org/account/submitbug/)