TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PostgreSQL 9.0 Is Now Available

132 点作者 spahl超过 14 年前

6 条评论

rsbrown超过 14 年前
These two new features sound particularly interesting to me:<p>Streaming Replication: <a href="http://www.postgresql.org/docs/9.0/static/warm-standby.html#STREAMING-REPLICATION" rel="nofollow">http://www.postgresql.org/docs/9.0/static/warm-standby.html#...</a><p>Hot Standby: <a href="http://www.postgresql.org/docs/9.0/static/hot-standby.html" rel="nofollow">http://www.postgresql.org/docs/9.0/static/hot-standby.html</a>
评论 #1706400 未加载
评论 #1706593 未加载
rb2k_超过 14 年前
What I really like about PostgreSQL compared to e.g. MySQL is the support for partial indexes (<a href="http://www.postgresql.org/docs/8.0/static/indexes-partial.html" rel="nofollow">http://www.postgresql.org/docs/8.0/static/indexes-partial.ht...</a>).<p>Especially when keeping normalized data, it allows the easy creation of an index without having the need to index ALL records and blow up the b+tree
zokier超过 14 年前
Bit premature imho. The offical release day is tomorrow, and these kind of announcements only cause confusion and do no good for anyone.<p>But awesome job PG team, it's my favorite SQL server.
评论 #1706273 未加载
cookiecaper超过 14 年前
I really strongly dislike Phoronix. I don't know why it hasn't been replaced yet.
评论 #1706709 未加载
random42超过 14 年前
Any ideas when they plan to include materialized views? Last I checked it was part of this years GSoC.
评论 #1707268 未加载
volkforlive超过 14 年前
Hello! What are the problems there have multimaster replication PostgreSQL v9? Is the problem solved update error, conflict, uniqueness, and delete?<p>Thank you.