|
|
|
|
|
by twokei
2418 days ago
|
|
It would be possible if say for example, the database was fully replicated in a masterless fashion. The tradeoff is slower writes (there are ways to make it so that the more nodes you replicate across, write latency won't be affected!). Reads will scale linearly for the more nodes you replicate across. So, the novelty in some sense is fast replication of data in a masterless fashion (without any leader such as, for example in Raft or Paxos). If this protocol was surprisingly simple (which dumbs down the complexity of the software significantly), would you pay for this sort of database? |
|