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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

AWS Aurora Serverless V2

42 点作者 eigilsagafos大约 3 年前

9 条评论

joshstrange大约 3 年前
I was excited for V2 but honestly my experience with V1 was very subpar and I ended up moving to PlanetScale instead of continuing to work around their frustrating limitations and high costs.<p>V2 has DOUBLED in price and while you can now adjust it in .5 &quot;ACU&quot; it&#x27;s dead on arrival for me. Honestly V1 was way too expensive for what you got in my opinion. Having to deal with Dev&#x2F;QA environments sleeping was a huge PITA (sorry, I&#x27;m 1 developer, I can&#x27;t pay 3x$45&#x2F;mo, even keeping prod up was expensive). Scaling up was SLOW and often failed, I ended up just scaling up super high before my event that used my product because I was worried it wouldn&#x27;t scale up automatically. In my testing I always had to stop using the DB for a while before it would finally scale up.<p>As for my Dev&#x2F;QA environments, I was able to wake them from sleep when you hit the client app but it would take almost a minute to wake. In order to save money I had those environments sleep after 5 minutes of inactivity. Maybe it would have been better if I raised that to 10-30min but I&#x27;d regularly finish writing some server&#x2F;client code then go to use it and realize the DB went to sleep on me and have to wait on it.<p>With PlanetScale it&#x27;s $30&#x2F;mo and I can have Dev&#x2F;QA Branches that don&#x27;t cost me any extra. Not to mention they actually seem to understand the need for things like lots of connections. I had read not great things about Aurora handling a ton of Lambdas connecting to them and so I wrote the first version of my product using their data-api which was a mistake. Since then I&#x27;ve moved to using Primsa as my ORM and you can throw literally a quarter of a million connections at PS without issue [0].<p>I almost built on top of Aurora Serverless V2 when it was in beta and I&#x27;m so glad I didn&#x27;t and that I found PlanetScale when I did.<p>[0] <a href="https:&#x2F;&#x2F;planetscale.com&#x2F;blog&#x2F;planetscale-vs-aws-rds" rel="nofollow">https:&#x2F;&#x2F;planetscale.com&#x2F;blog&#x2F;planetscale-vs-aws-rds</a><p>&gt; While RDS limits connections to 16,000 PlanetScale has been designed to scale upwards of 250,000 connections to a single database. Theoretically we can handle millions of connections-- but 250,000 is a real world number.
评论 #31114512 未加载
tylerandersen89大约 3 年前
Very interested to see if this actually ends up saving money for which use cases exactly. Seems very hard to determine that right now. But this is the holy grail I&#x27;ve been looking for if it doesn&#x27;t end up pulling the firebase problem on you, massive costs out of nowhere or ability to predict how much it will be. I guess that&#x27;s why they let you set a limit, so it&#x27;s not unlimited, but even so I wish they could analyze your current usage patterns over a month with the non-serverless aurora product, and then give a price reduction estimate comparison had you been using V2 serverless. Would immediately give a ton of people confidence and create word of mouth buzz on forums that it actually is super promising.
bklyn11201大约 3 年前
Can someone describe how it&#x27;s possible to auto-scale the CPUs on a database? How are CPUs effortlessly attached and removed from a running MySQL database?
lysecret大约 3 年前
So, I moved one of our Postgres DBs to Aurora Serverless V2 (for testing). First the process is super ridiculous. Anyways I am quite disappointed. One of the main reasons was their &quot;scaling to 0&quot; for some DBs we get close to none and then really spiky traffic. But they removed that! So, that leaves you with .5 ACUs running no matter what. But that is not great! Its 0.07 per hour, a t3.micro is 0.02 an hour. I was looking for a DB that could scale to 0 cost and then ramp up to handle &gt; 10k requests per seconds.
eigilsagafos大约 3 年前
Very excited to see this in general availability and with Postgres support
jfbaro大约 3 年前
Great work Amazon Web Services (AWS)! I am already waiting for V3.... Wish list:<p>- Pay per transaction (Reads, Writes) + Storage, instead of per resource allocation (some competitors are offering this already).<p>- No need for VPC, just like DynamoDB does today.<p>- Multi-region sync replication (no data loss in case a region goes down), but on a per-table base.<p>- Self-tuning capabilities, like ottertune and postgres.ai<p>- Unlimited Fast Database Cloning copies for non-production environments (COW)<p>- Transparent connection pooler (useful when using Lambda)
CSDude大约 3 年前
I thought it would stay in beta forever and I remember it was only MySQL. Might be wrong though. Can&#x27;t wait to try it to reduce costs.
thorum大约 3 年前
Does anyone know if Aurora PostgreSQL is a full drop-in replacement for Postgres, or is it &quot;Postgres compatible&quot; but missing some features (like CockroachDB, for example)? I am very interested in this service but some of my projects depend on Postgres-specific features.
评论 #31115271 未加载
tommek4077大约 3 年前
I write my stuff to &#x2F;dev&#x2F;null the databaseless database. Lightning fast, more space than S3.
评论 #31115377 未加载