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 9.6 Beta 1 Released

174 pointsby linuxhikerabout 9 years ago

14 comments

koolbaabout 9 years ago
Parallel query will probably win for sexiest new feature (<i>rightfully so!</i>) but remote apply is very useful in the real world. It will greatly simplify reading newly written data off replicas: <a href="http:&#x2F;&#x2F;michael.otacoo.com&#x2F;postgresql-2&#x2F;postgres-9-6-feature-highlight-remote-apply&#x2F;" rel="nofollow">http:&#x2F;&#x2F;michael.otacoo.com&#x2F;postgresql-2&#x2F;postgres-9-6-feature-...</a>
评论 #11684469 未加载
melorabout 9 years ago
From the Release Notes:<p>Major enhancements in PostgreSQL 9.6 include:<p>Parallel sequential scans, joins and aggregates<p>Elimination of repetitive scanning of old data by autovacuum<p>Synchronous replication now allows multiple standby servers for increased reliability<p>Full-text search for phrases<p>Support for remote joins, sorts, and updates in postgres_fdw<p>Substantial performance improvements, especially in the area of improving scalability on many-CPU servers
utternerdabout 9 years ago
This is excellent, the read-balancing consistency is a huge feature, and one we&#x27;ve been waiting for as trying to do read balancing without it is jumping through way too many hoops (unless data consistency just isn&#x27;t your thing).
pellaabout 9 years ago
and 9.7 have started planning<p>* [ &quot;asynchronous and vectorized execution&quot; ]<p><a href="http:&#x2F;&#x2F;www.postgresql.org&#x2F;message-id&#x2F;CA+Tgmobx8su_bYtAa3DgrqB+R7xZG6kHRj0ccMUUshKAQVftww@mail.gmail.com" rel="nofollow">http:&#x2F;&#x2F;www.postgresql.org&#x2F;message-id&#x2F;CA+Tgmobx8su_bYtAa3Dgrq...</a>
ormod_about 9 years ago
The features that I&#x27;ll personally probably enjoy the most are really the FDW join pushdown work, parallel query. (though it&#x27;s still early days for the parallel stuff)<p>..and the thing that&#x27;s a killer feature for many larger databases, the freeze map. Not having to FREEZE things all the time is a godsend.
评论 #11685001 未加载
desireco42about 9 years ago
I love new features in Postgres, but I hate upgrading. Transition, especially for dev environment is always way too complex and not obvious at all.<p>If there is one feature I wish PG had, it is recognizing old format db and offering one command that can in place upgrade damn db, without me googling it every time.
评论 #11684495 未加载
评论 #11684328 未加载
agopaulabout 9 years ago
&#x27;Full-text search for phrases&#x27;: what&#x27;s the difference between the current full text search implementation and the one for phrases?
评论 #11684740 未加载
pellaabout 9 years ago
full Release Notes :<p><a href="http:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;9.6&#x2F;static&#x2F;release-9-6.html" rel="nofollow">http:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;9.6&#x2F;static&#x2F;release-9-6.html</a>
rpedelaabout 9 years ago
Does anyone know if parallel query execution just happens by default or do you have to tell PG that you want it?
评论 #11684774 未加载
qaqabout 9 years ago
UPSERT from previous release plus Parallel sequential scans, joins and aggregates and Full text search for phrases once 9.6 is ready will make PG almost perfect :)
kbensonabout 9 years ago
Is there something specifically interesting in the 9.6 release that makes it more noteworthy than other releases? I enjoy reading PostgreSQL release announcements, as I myself haven&#x27;t used it but have plans to do some testing with is when some time free up, but I&#x27;m a bit confused as to why a <i>beta</i> release announcement is getting so much attention.
评论 #11685019 未加载
评论 #11685047 未加载
oskariabout 9 years ago
PG 9.6 Beta is available for testing at our Aiven.io Cloud Database service: <a href="http:&#x2F;&#x2F;blog.aiven.io&#x2F;2016&#x2F;05&#x2F;help-test-postgresql-96-via-aiven.html" rel="nofollow">http:&#x2F;&#x2F;blog.aiven.io&#x2F;2016&#x2F;05&#x2F;help-test-postgresql-96-via-aiv...</a>
forkandwaitabout 9 years ago
I think that great parallel infrastructure would be worthy of a Postgres 10.0.
elchiefabout 9 years ago
Isn&#x27;t that like 8 months ahead of schedule?
评论 #11684474 未加载
评论 #11684008 未加载