nostream icon indicating copy to clipboard operation
nostream copied to clipboard

Feature Request: alternative storage adapters

Open mikestaub opened this issue 2 years ago • 2 comments

have you considered using another SQL engine like cockroach db?

I worry that postgres may have trouble scaling to millions of users without significant devops effort

https://github.com/cockroachdb/cockroach/blob/master/docs/design.md

mikestaub avatar Jan 25 '23 17:01 mikestaub

@mikestaub yes, I've considered it and like the idea. I was actually thinking about this recently

cameri avatar Jan 25 '23 18:01 cameri

Would be great to make it easy for relay operators to plug into serverless offerings like Neon (postgres) and PlanetScale (mysql) too. They can both handle tremendous volume but have excellent free tiers. Should be relatively easy with Neon once it's generally-available since it's postgres.

kevinsmith avatar Jan 26 '23 22:01 kevinsmith