Hello,
I recently came across your "Distributed-key-value-Store" repo and it looks to be interesting for possible use in a P2P application that I am about to start up.
Once question came to mind as to how it might perform scaling up to 100's or 1000's of nodes?
It seems that it does replication on a 3 node minimum and sharding KV data across all of the nodes as well so that seems to suggest that it "should" scale well for larger networks, but I am not certain of this.
Do you have any thoughts or suggestions on this?
Thanks
Hello,
I recently came across your "Distributed-key-value-Store" repo and it looks to be interesting for possible use in a P2P application that I am about to start up.
Once question came to mind as to how it might perform scaling up to 100's or 1000's of nodes?
It seems that it does replication on a 3 node minimum and sharding KV data across all of the nodes as well so that seems to suggest that it "should" scale well for larger networks, but I am not certain of this.
Do you have any thoughts or suggestions on this?
Thanks