|
|
|
|
|
by craigkerstiens
1119 days ago
|
|
For 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 replication on standbys - pg_stat_io which is a new view that shows IO details. |
|
Is this a replacement for PG bouncer and similar?