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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The New Heroku Postgres Database Experience

62 点作者 mattsoldo将近 11 年前

5 条评论

NathanKP将近 11 年前
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 未加载
numlocked将近 11 年前
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 未加载
AJ72将近 11 年前
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 未加载
cmalpeli将近 11 年前
Hard to argue with 2x memory &amp; 2-3x performance for the same price. Nice!
评论 #8169815 未加载
aw3c2将近 11 年前
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 未加载