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.

Amazon Aurora with PostgreSQL Compatibility Supports Serverless

88 pointsby kesoralmost 6 years ago

9 comments

mattgibsonalmost 6 years ago
For clarity, there is a significant warm up time for the DB to load your data when you cold-start, so this is sadly not suitable for use with serverless lambda functions in a web request cycle.<p>A good use case for this would be batch processing on demand e.g. a background job that&#x27;s infrequently run when records are uploaded somehow. You save the cost of keeping a big DB running in between jobs and the start up time doesn&#x27;t matter.
评论 #20401417 未加载
评论 #20401288 未加载
评论 #20401414 未加载
BenoitPalmost 6 years ago
AWS RDS for PostgresSQL supports many popular extensions [1]. I wonder if these are activated here or will be in time. One of pg&#x27;s unfair advantage is its ecosystem.<p>I have user-triggered batch processing jobs that need PostGIS; Aurora Serverless for pg would be a great fit.<p>[1] <a href="https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;fr_fr&#x2F;AmazonRDS&#x2F;latest&#x2F;UserGuide&#x2F;CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.FeatureSupport.Extensions" rel="nofollow">https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;fr_fr&#x2F;AmazonRDS&#x2F;latest&#x2F;UserGuide...</a>
评论 #20401051 未加载
评论 #20403366 未加载
jjeaffalmost 6 years ago
Although I know AWS is not optimizing for this use case, I see a lot of potential with serverless databases for things like open source, home brew style applications where people want to own and control their data but don&#x27;t want to pay for a monthly service.<p>IoT devices could communicate asynchronously and store important data using just llamdba functions and serverless db instances.<p>The first thought that came to mind was something like the bitwarden open source server. Currently, you can run a nano instance in the cloud that stays on forever but it needs to be maintained and it might go down occasionally. Additionally, it will cost you a few bucks a month assuming you need more than the single nano allowed by the free tier.<p>With serverless functions and a serverless database you could have a central store without needing to run a full server. Cold startup wouldn&#x27;t be an issue since you only need to sync to the server occasionally.
sudhirjalmost 6 years ago
This is on HN like just now <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20398353" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20398353</a>
unixheroalmost 6 years ago
Aurora with Postgres is amazing. I don&#x27;t know if I want to go back to Redshift after using it. Pair it with a nice instance of PGADMIN4 and enjoy.
评论 #20402264 未加载
评论 #20401894 未加载
fabioyyalmost 6 years ago
I&#x27;ve cut costs by an order of magnitude by changing back to old school dedicated servers. ( using the same data center that aws&#x2F;google uses, equinix ) IOPS on aws is ridiculous expensive
评论 #20407862 未加载
quantguy11959almost 6 years ago
How well would this work with something like airflow ? If I have jobs that run only end of day for an hour on airflow, I pay just for an hour of the database ?
评论 #20402512 未加载
jakozauralmost 6 years ago
Has anybody here used Amazona Aurora serverless?<p>Is it a viable alternative for big RDS instances?
评论 #20401680 未加载
评论 #20416722 未加载
ralusekalmost 6 years ago
Is this still capped at data of 64TB?
评论 #20405253 未加载