Live data from Hacker News

Ask HN: Is there any great free PostgreSQL provider?

news.ycombinator.com

11–14 of 14 posts

Re: Ask HN: Is there any great free PostgreSQL provider?

#11

Digital Ocean has managed Postgres for $15. I wouldn’t in my wildest fantasies trust a free Postgres provider.

Their managed databases aren't that great unless you're willing to spend $100+/month. The cheap $15 instances are single threaded on oversubscribed hardware. I wouldn't recommend it unless you're okay with queries taking a long time. (Like over a minute when it gets really bad)

Re: Ask HN: Is there any great free PostgreSQL provider?

#12
post #5

Digital Ocean has managed Postgres for $15. I wouldn’t in my wildest fantasies trust a free Postgres provider.

They also have a good tutorial on installing it manually, for one of the cheaper droplets at $4 a month, or on Vultr at $3.50. https://www.digitalocean.com/community/tutorials/how-to-inst...

A Vultr instance running a PostgreSQL container linked with block storage is pretty cheap and easy to set up.

Re: Ask HN: Is there any great free PostgreSQL provider?

#14
post #9

There's ElephantSQL, which offers a free tier: https://www.elephantsql.com/

Can confirm. I use most of the main platforms but given the price, ElephantSQL has been rock solid for a small side project I have. If you don't need to store a lot of data, you can use it totally free, though I did have to manually vacuum to keep the usage down for some reason.
Post reply on HN