|
|
|
|
|
by OskarS
923 days ago
|
|
I've always wondered if it's a good trick for horizontal scaling as well. Like, if you have one server serving 1,000,000 clients, using a CRDT you could trivially split that up into 10 servers serving 100,000 clients each, and then have the ten servers be peers to each other. |
|
Still fine for a lot of use cases though.