|
|
|
|
|
by danieljomphe
5215 days ago
|
|
Right. So the only way to make Peers resilient to network partitions is to install a middleman between them and the DB/Transactor. One whose responsibility is to ensure this Peer's app always has durable access to everything it's ever going to need to be able to read for its queries, and always has durable access to some local write log that doesn't exist in the current implementation. Thus my question is: is introducing such a middleman in the system going to denaturate Datomic? |
|