Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


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.

Looking for Managed Database Service [Please help]

masterninjosomasterninjoso Member
edited 6:03AM in General

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

  • TrKTrK Veteran

    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

  • masterninjosomasterninjoso Member
    edited 6:07AM

    @TrK said:
    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 was by default, but i will no problem in adjusting. you said Valkey, but it will not ideal for me i guess

  • systemfreakssystemfreaks Member, Patron Provider

    @masterninjoso said:
    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

    we are about to offer such service soon, send me a message with the location you need, to see what can be arranged

  • dbadudedbadude Member

    https://neon.com has managed pgsql

  • dbadudedbadude Member

    chosing pgsql is not high end btw.

  • TrKTrK Veteran

    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.

  • OhJohnOhJohn Member
    edited 11:57AM

    nodion.com had once been active here on LET - but I don't remember their username here...

    Edit: found it: the nic is @nik

  • OhJohnOhJohn Member
    edited 11:54AM

    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.

  • @OhJohn said:
    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.

  • FairShareFairShare Member

    @masterninjoso said:
    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

    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.

  • raindog308raindog308 Administrator, Veteran

    @dbadude said: chosing pgsql is not high end btw.

    So you're recommending Oracle instead?

  • sibapersibaper Member

    @vitobotta said:
    I am not up to date with "regular" managed services since we have been running Postgres in Kubernetes for a while now with CloudNativePG.

    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

Sign In or Register to comment.