security-union/videocall-rs

Horizontally scalable server with cockroachdb

leon3s opened this issue · 2 comments

Following up this issue: #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.