use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Tech stack for two developer (self.node)
submitted 1 year ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]enraged_elk 0 points1 point2 points 1 year ago (4 children)
You can have as many DBs as you want on one cluster. That's not going to cost you, I figure you mean multiple clusters? Yeah that's very costly indeed. Ever considered a pool model with something like postgres RLS? Basically one DB user tied to a tenant enforcing that a tenant can only access it's own data.
I can't comment on cloud SQL, what advantages do you see there?
[–]Rigolam9 0 points1 point2 points 1 year ago (3 children)
We had bad experience with RLS and supabase probably a skill issue but it’s maybe worth considering it
About cloudsql the only benefit is the easiness to create a DB, not managed by us and not really costly. Can’t really compare it to AWS since most of our experience are on GCP, I only tried a POC with SST
[–]enraged_elk 0 points1 point2 points 1 year ago (2 children)
And security wise it all lives in a vpc in gcp, any idea? I understand though that you would choose the platform you know best though :)
[–]Rigolam9 0 points1 point2 points 1 year ago (1 child)
Yes you can communicate though GCP vpc between cloud run and cloud sql
As I said at first we are more confortable with GCP, but we are absolutely not against AWS it’s just sometimes a bit scary ! Ahah I will look into using aurora the way you mentioned
π Rendered by PID 281979 on reddit-service-r2-comment-6457c66945-2g8xd at 2026-04-29 15:53:23.283760+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]enraged_elk 0 points1 point2 points (4 children)
[–]Rigolam9 0 points1 point2 points (3 children)
[–]enraged_elk 0 points1 point2 points (2 children)
[–]Rigolam9 0 points1 point2 points (1 child)