ashwanthkumar / suuchi

सूचि - Toolkit to build Distributed Data Systems
https://ashwanthkumar.github.io/suuchi/
53 stars 12 forks source link

Utility to convert Store -> ShardedStore #54

Open ashwanthkumar opened 7 years ago

ashwanthkumar commented 7 years ago

For users that have been using Store - a single store instance directly (like RocksDB) and want to migrate to ShardedStore (introduced as part of #53) because you can effectively parallelize the writes across multiple stores in parallel (on the same node).