Hacker News new | ask | show | jobs
by romero-jk 1682 days ago
DyanmoDB is truly serverless, they give you a http endpoint and that's it, you don't have to deal with database connections.
1 comments

> ...deal with database connections.

I think, you mean connection pooling?

Amazon Aurora has http endpoint too, for its serverless offering.

I use S3 with duckdb files in 'em as a sharded OLAP database of sorts. No transactions or joins though, but my workload is write once, ready plenty. Hoping Databricks' serverless SQL is a good fit once it emerges out of beta.