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.

Heroku releases Followers into General Availability

50 pointsby jordeover 12 years ago

8 comments

jhuckesteinover 12 years ago
After heroku's most recent outage, I've been trying to find a way to replicate my heroku database to a non-heroku server and so far haven't found an easy way to do this. Has anybody gotten the log streaming to work with a postgres box that is hosted somewhere else (in my case on Rackspace)?
评论 #4726587 未加载
评论 #4703223 未加载
garindraover 12 years ago
A question : is there any way for my application code to transparently "recognize" that (at runtime) there is a new follower PG database that is assigned to the application and that it should route some of the reads to the new follower DB? Or do I have to manually change my app's db configuration and include the new follower's address?<p>Does Postgres actually natively support this and is there any client library that makes use of that? I know that Zookeeper serves this sort of purpose (automatic service discovery etc.), but I have no idea whether/how it works with Postgres.
adrianpikeover 12 years ago
Can someone more versed in the current state of Postgres chime in on something for me?<p>&#62; "One use case that has historically been challenging in database management is setting up a read replica, often referred to as a read slave."<p>Having only inherited MySQL stuff in production, this is pretty trivial in MySQL land - I was under the impression that Postgres also had a solution for this, with Slony and recently as a part of Postgres core. Is my info wrong on this?<p>I thought master/slave replication was a pretty solved problem at this point, am I wrong?
评论 #4699106 未加载
aneth4over 12 years ago
Can anyone comment on how this affects consistency from a writing client?<p>For instance, let's say I update a user record with a new email address, then display then redirect to an action to display the user record. The write may not have reached the replica, so I may get the old email address, correct? It seems this might require quite a bit more thought than simply enabling a replica.
评论 #4700246 未加载
评论 #4700328 未加载
评论 #4700241 未加载
blissofbeingover 12 years ago
This is nice, but it would be even better if we could provision a follower in another AWS Region or at least another AZ.
评论 #4699083 未加载
denibertovicover 12 years ago
this is just so awesome... I have become quite well versed in setting up streaming replication by myself (postgres 9.1) and have a good system when i need to provision one but a one click solution is a whole other level!
thibaut_barrereover 12 years ago
I can't wait to give them my bucks, once they become Safe Harbor compliant!
zimbatmover 12 years ago
Are their Postgresql offering running on top of EBS instances ?
评论 #4701545 未加载