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.3 beta: Federated databases and more

97 pointsby sickpigabout 12 years ago

8 comments

dopameanabout 12 years ago
I am pretty excited to see this. I was just discussing with my partner a situation where we have a lot of data in separate DBs, and would like to keep it that way, but are unable to JOIN across the DBs. We also are considering moving a geocoder DB to another server but were concerned about the implications of that when it comes to accessing that data at the same time as other.
voidlogicabout 12 years ago
Nit, geography lesson needed:<p>&#62;&#62;Of course, if you're in the southern hemisphere, it's not spring for you. <i>Nor if you live in the north Midwest of the US or central Canada.</i> Sorry about that; we just track the weather with PostgreSQL, we don't control it.<p>I live in the north Midwest (Wisconsin) and it is currently 72F (should hit 80 today) and sunny, with birds chirping outside- I'm pretty sure it is spring- which started Wednesday, March 20 regardless of it being cold as hell here at the time.<p>I think some native Californians have trouble with the idea it can be under -15F in February and over 100F in August in some places.
评论 #5719308 未加载
gklittabout 12 years ago
Another feature I'm really looking forward to in 9.3 is native operators to query inside stored JSON documents. It works well in the dev build and will be a great addition to the NoSQL functionality in Postgres.
pjungwirabout 12 years ago
Can anyone give a quick explanation of what FDW offers beyond the existing dblink functionality? I haven't used either, but it seems like it'd be helpful to many to spell out the difference.
评论 #5722964 未加载
评论 #5721554 未加载
pcrjkabout 12 years ago
...and still no REPLACE, INSERT IGNORE or MERGE statements.
评论 #5718838 未加载
评论 #5719356 未加载
评论 #5718441 未加载
评论 #5719380 未加载
mason55about 12 years ago
We've been using the FDW functionality quite heavily and it works great. Joins and "transactions" between Postgres &#38; MongoDB have been an amazing feature. I can't wait for 9.3 for write functionality, although I'm not looking forward to another database upgrade.
jpitzabout 12 years ago
Now, just give us a way to apply exclusion constraints across federated partitions.
评论 #5719502 未加载
crypto5about 12 years ago
Sadly, no cassandra support yet..