Support clustering in RamDB #25

Open
opened 2021-06-22 23:19:15 +00:00 by davidlick · 0 comments
davidlick commented 2021-06-22 23:19:15 +00:00 (Migrated from github.com)

Potential solution:
Distributed hash table for understanding which nodes contain which data. Lowest resiliency, potential for missing data if node unavailable.

Potential solution:
Pub/sub between nodes. Eventual consistency, no read after write, highest availability.

Potential solution: Distributed hash table for understanding which nodes contain which data. Lowest resiliency, potential for missing data if node unavailable. Potential solution: Pub/sub between nodes. Eventual consistency, no read after write, highest availability.
Sign in to join this conversation.