Since we could be dealing with arbitrary huge data structures (assume 125 MB count-min-log) I am not sure it makes sense to using Raft Consensus on sharing the actual "stored data" (not the state) of a sketch across servers. We need to use something like HDFS or SeaWeedFS for that to work.
Since we could be dealing with arbitrary huge data structures (assume 125 MB count-min-log) I am not sure it makes sense to using Raft Consensus on sharing the actual "stored data" (not the state) of a sketch across servers. We need to use something like HDFS or SeaWeedFS for that to work.