New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Looking for Managed Database Service [Please help]
masterninjoso
Member
Hello Everyone,
I need a reliable(important) managed database service. I will not writing about budget because I know if i am here, i will get best value deal, If Anyone have recommendation please help. I need it for my android app, it will process large amount of data in future, and should be fast as fuck. Thank you.
Edit: I forgot to mention, i need PostgreSQL by default , but i am open to your suggestions
Comments
What kind of database? MySQL? Pgsql? Mongo? Supabase? Redis? Valkey? Scylla? Duckdb?
Valkey is based on redis and both are the fastest database I have ever used, as they completely live in memory nothing beats them for this. Recommendations are based on requirements so please elaborate.
Pgsql
Pgsql was by default, but i will no problem in adjusting. you said Valkey, but it will not ideal for me i guess
we are about to offer such service soon, send me a message with the location you need, to see what can be arranged
https://neon.com has managed pgsql
chosing pgsql is not high end btw.
There's aiven and supabase as well for postgres. As for valkey not being ideal is completely up to you, if you a need a simple read/write database without complex structure nothing will surpass that for data persistency you can enable append only file or maybe snapshots? There's also scylladb which also doesn't support complex sql structures and queries but is considerably faster than postgres. There's also dynamodb from AWS you can opt for that as well.
https://www.ubicloud.com should be the most efficient one.
nodion.com had once been active here on LET - but I don't remember their username here...
Edit: found it: the nic is @nik
also, have you considered autobase.tech (not managed, but pretty much a good pre-build for a cluster)? You could ask @vitobotta about his experiences with that one, I assume (old name of autobase.tech was postgresql-cluster.org i think).
Another one to look at (for doing it yourself): Postgresql distribution by Percona.
I am not up to date with "regular" managed services since we have been running Postgres in Kubernetes for a while now with CloudNativePG.
Any reason of not using Firebase ? If if it for a Firebase alternative, then Supabase is the closest fit. Otherwise the best value deal is hosting it yourself.
In past few days I have researched about Neon, Aiven, PlanetScale and some more, but they all will get expensive once you cross simple threshold.
So you're recommending Oracle instead?
How’s your experience with CloudnativePG? I’ve a plan to move my cluster to Kubernetes, but I think the release cycle are too fast
CloudNativePG is absolutely amazing. I love it, I was even interviewed by them not long ago about our use case. It's fully featured, and it gets better and better with each release. The only thing is that the project like you said moves very fast, so it's a bit hard to keep up with it but I have some automation so it's not a big deal.