←back to thread

797 points burnerbob | 2 comments | | HN request time: 2.066s | source
1. jayzalowitz ◴[] No.36810364[source]
For those of you with postgres apps, you can avoid this pretty much universally with cockroach db (they have a serverless version they host) It takes basically no work moving from postgres, even postgres dump works.
replies(1): >>36811410 #
2. sho ◴[] No.36811410[source]
CockroachDB gets real expensive real quick if you want to use any of the cool functionality though. The free version is OK for a cluster in very short range of each other, for example the same DC, but if you spread things out you'll need the enterprise features (follower reads, at minimum) to keep any kind of reasonable performance.

Self hosted enterprise "starts" (!) at $100/vCPU per month. So, yeah. Not exactly the hobbyist's choice.