I have been craving a serverless relational database for low traffic workloads (Wordpress-like sites and simple applications that can be serviced freely by serverless functions).<p>I have tried AWS's Aurora Serverless V1, but it seems AWS are phasing out support for it as it's not available for newer Postgres versions. It appears that Aurora Serverless V2 (which does not spin down to 0 units and will charge you when not in use) is replacing it.<p>There's Planetscale and Cockroach DB serverless - both appear compelling.<p>Would be nice if Amazon offered a similar product so I can use Cloudformation for all my infrastructure provisioning needs.
For anyone interested, I did a small compilation of some serverless relational DBs here: <a href="https://news.ycombinator.com/item?id=31538868" rel="nofollow">https://news.ycombinator.com/item?id=31538868</a><p>Main issue with neon for us right now is that it doesn't offer granular access because it disallows the creation/assignment of users and roles.
What's the difference between the serverless PG of Neon vs something like ElephantSQL, which advertises itself as PG as a service? I'm guessing PG as a service is always running where serverless spins up to service the request? For standard CRUD access patterns does the distinction matter?
History really rhymes. This is another step in Replit reproducing the path of Heroku (which is a good thing to say IMO).<p>A next generation of IaaS with great DevX would be a relief to everyone burnt by AWS‘s complexity overhead (for a great bunch of customer’s needs).