videocall-rs
videocall-rs copied to clipboard
Horizontally scalable server with cockroachdb
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
@leon3s I think it'll better if you attach something like a performance benchmark or some proof of concept of the performance benefit.
@leon3s so right now we do not even use a database XD.