TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PostgreSQL 16 Beta 1

154 pointsby jkatz05almost 2 years ago

14 comments

craigkerstiensalmost 2 years ago
For being &quot;boring and stable&quot; technology, Postgres 16 includes 200 features, which is on par with each of prior years releases. If you&#x27;re looking for the full set of features it&#x27;s available here - <a href="https:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;16&#x2F;release-16.html" rel="nofollow">https:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;16&#x2F;release-16.html</a>.<p>Personal favorites on the list include:<p>- load_balance_hosts, which is an improvement to libpq so you can load balance across multiple Postgres instances.<p>- Logical replication on standbys<p>- pg_stat_io which is a new view that shows IO details.
评论 #36071475 未加载
garyclarke27almost 2 years ago
Postgresql is amazing but I must say the last few updates have been a bit disappointing.<p>Still waiting for automatic incremental updates for materialized views - been worked on for several years but still not released!<p><a href="https:&#x2F;&#x2F;wiki.postgresql.org&#x2F;wiki&#x2F;Incremental_View_Maintenance" rel="nofollow">https:&#x2F;&#x2F;wiki.postgresql.org&#x2F;wiki&#x2F;Incremental_View_Maintenanc...</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;sraoss&#x2F;pg_ivm">https:&#x2F;&#x2F;github.com&#x2F;sraoss&#x2F;pg_ivm</a>
评论 #36071563 未加载
评论 #36071591 未加载
评论 #36072305 未加载
评论 #36076076 未加载
pritambaralalmost 2 years ago
My list of unexpected but very welcome changes:<p>- pg_hba.conf and pg_ident.conf can include other files<p>- Logical replication apply can use non-PK btree indexes<p>- Integer literals in non-decimal bases<p>- Underscores in numeric literals<p>- Subqueries in the FROM clause can omit aliases<p>- Addition and subtraction of timestamptz values<p>- pg_upgrade can override new cluster&#x27;s locale and encoding
评论 #36072393 未加载
评论 #36072290 未加载
simonwalmost 2 years ago
&quot;parallel execution of the string_agg and array_agg aggregate functions&quot; caught my eye - that feels like one of those minor improvements that might enable some pretty interesting new applications.<p>array_agg is particularly interesting, because it lets you implement patterns like this: <a href="https:&#x2F;&#x2F;til.simonwillison.net&#x2F;sqlite&#x2F;related-rows-single-query" rel="nofollow">https:&#x2F;&#x2F;til.simonwillison.net&#x2F;sqlite&#x2F;related-rows-single-que...</a>
itsthecourieralmost 2 years ago
COPY from files up to 300% faster<p>Load Balancing from client libs<p>Support for CPU acceleration using SIMD for both x86 and ARM architectures, including optimizations for processing ASCII and JSON strings<p>new pg_stat_io view that provides information on I&#x2F;O statistics
tracker1almost 2 years ago
Have to say, I find the SQL&#x2F;JSON support in Postgres (jsonb) is probably the single biggest killer feature IMO. I can&#x27;t believe MS (still) doesn&#x27;t have an implementation (their SQL to JSON functions suck exponentially by comparison).<p>Nice to see the continued advancement and progression all around.
评论 #36074718 未加载
评论 #36074331 未加载
h1fraalmost 2 years ago
Postgres getting good updates at slow but steady pace over many decades is really impressive.
tuetuopayalmost 2 years ago
This is an exciting release to be sure. Very happy to see that the CPU improvements include ARM, diversity is good!<p>Given the current release pace, I&#x27;d love to have another upgrade path than `pg_dump | psql`. That would remove a great deal of friction in prod.
评论 #36071519 未加载
评论 #36075854 未加载
jasfialmost 2 years ago
I look forward to seeing some benchmarks. Especially to see the effect of the SIMD optimizations.
LunaSeaalmost 2 years ago
Can&#x27;t wait to have it available in RDS in 2030.
评论 #36071733 未加载
rektidealmost 2 years ago
Bunch of interesting loosenings ups on logical replication. Allowing standbys to also have subscribers; great for fan out! Bunch of perf improvements (honestly a bunch of it is removing rather onerous limitations I didn&#x27;t know about!) At the end there seems to be a developer flag for allowing seeming bidirectional replication too.
klysmalmost 2 years ago
Glad to see the move off of autoconf to meson.
jeltzalmost 2 years ago
I am personally very excited to see that work on direct IO has started. It is a huge undertaking so I do not expect any production ready thing any time soon but nice to see that some code landed.
评论 #36075992 未加载
darksaintsalmost 2 years ago
Meanwhile, PG15 is still in preview mode on Azure