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.

The New Heroku Postgres Database Experience

62 pointsby mattsoldoalmost 11 years ago

5 comments

NathanKPalmost 11 years ago
As much as I like this tooling and the features that Heroku offers it disturbs me that I have to pay $15,000 a month to get more than 99% uptime SLA.<p>To me it is unacceptable to see &quot;max 1 hour downtime&quot; and &quot;max 15 minutes downtime&quot; on plans that cost way more than running your own database on cloud instances from other providers.<p>For reference on AWS I&#x27;m running two m3.xlarge instances in an automated failover database cluster that so far has &gt;99.95% uptime for the past year, and it only costs about $400 a month.<p>Meanwhile to get automated failover and a database equivalent to an m3.xlarge you have to pay $1,200 a month on Heroku, and that could still reach 15 minutes of downtime per month.
评论 #8169552 未加载
numlockedalmost 11 years ago
I suspect this is a response to RDS introducing Postgres support last year [0]. I switched to RDS from managed Heroku DBs at that point because there wasn&#x27;t enough added value from Heroku to justify the abstractions (plus I wanted to have at least part of our infrastructure not bound up in a single vendor).<p>But these automatic profiling and diagnose features look great, and it can be a headache to find problematic queries in my RDS instance even with tools like NewRelic. I may yet regret moving...<p>[0] <a href="http://aws.amazon.com/blogs/aws/rds-postgres-sla/" rel="nofollow">http:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;aws&#x2F;rds-postgres-sla&#x2F;</a>
评论 #8170148 未加载
AJ72almost 11 years ago
Heroku needs to open source the testing (UPDATE: and data) it has used to claim 3X performance.<p>Adding a single graph for a $2000&#x2F;mo DB, only performing read only transactions at 30% of its connection limit doesn&#x27;t sound like putting the DB through its paces, and not real world.
评论 #8169611 未加载
cmalpelialmost 11 years ago
Hard to argue with 2x memory &amp; 2-3x performance for the same price. Nice!
评论 #8169815 未加载
aw3c2almost 11 years ago
pg:diagnose looks awesome, can I use it on my own Linux server? <a href="https://blog.heroku.com/archives/2014/8/12/pg-diagnose" rel="nofollow">https:&#x2F;&#x2F;blog.heroku.com&#x2F;archives&#x2F;2014&#x2F;8&#x2F;12&#x2F;pg-diagnose</a>
评论 #8169007 未加载
评论 #8169424 未加载