PostgreSQL 16 Beta 1
postgresql.org
PostgreSQL 16 Beta 1
1–10 of 62 posts
Re: PostgreSQL 16 Beta 1
#2Re: PostgreSQL 16 Beta 1
#3Load Balancing from client libs
Support for CPU acceleration using SIMD for both x86 and ARM architectures, including optimizations for processing ASCII and JSON strings
new pg_stat_io view that provides information on I/O statistics
Re: PostgreSQL 16 Beta 1
#4Personal favorites on the list include:
- load_balance_hosts, which is an improvement to libpq so you can load balance across multiple Postgres instances.
- Logical replication on standbys
- pg_stat_io which is a new view that shows IO details.
Re: PostgreSQL 16 Beta 1
#5Still waiting for automatic incremental updates for materialized views - been worked on for several years but still not released!
https://wiki.postgresql.org/wiki/Incremental_View_Maintenanc...
Re: PostgreSQL 16 Beta 1
#6Re: PostgreSQL 16 Beta 1
#7Re: PostgreSQL 16 Beta 1
#8Re: PostgreSQL 16 Beta 1
#9Given the current release pace, I'd love to have another upgrade path than `pg_dump | psql`. That would remove a great deal of friction in prod.
Re: PostgreSQL 16 Beta 1
#10For being "boring and stable" technology, Postgres 16 includes 200 features, which is on par with each of prior years releases. If you're looking for the full set of features it's available here - https://www.postgresql.org/docs/16/release-16.html . Personal favorites on the list include: - load_balance_hosts, which is an improvement to libpq so you can load balance across multiple Postgres instances. - Logical repli…
Is this a replacement for PG bouncer and similar?