security-union / videocall-rs

teleconference system written in rust
MIT License
1.34k stars 116 forks source link

Horizontally scalable server with cockroachdb #61

Open leon3s opened 1 year ago

leon3s commented 1 year ago

Following up this issue: https://github.com/security-union/zoom-rs/issues/59 I think we should consedere drop postgresql to use cockroachdb. Cockroachdb use the same postgresql driver so it should be as easy as changing the docker image used. And it will allow better and easier scalability since all cockroachdb node can be write node

ImBIOS commented 1 year ago

@leon3s I think it'll better if you attach something like a performance benchmark or some proof of concept of the performance benefit.

darioalessandro commented 12 months ago

@leon3s so right now we do not even use a database XD.