ZanRedisDB
ZanRedisDB copied to clipboard
Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
any work started in this area? Searchable and Indexing Secondary index support on Hash fields Secondary index support for json kv Full text search support
Make sure the snapshot restore is atomic and can be fast enough. related: https://github.com/tikv/tikv/issues/2609 https://github.com/tikv/tikv/issues/5911 https://github.com/tikv/tikv/pull/8301 https://github.com/tikv/tikv/pull/8408 https://github.com/tikv/tikv/pull/1618 https://github.com/cockroachdb/cockroach/pull/38932 https://github.com/cockroachdb/cockroach/issues/16954
Some import issues need to merge from rocksdb while fixed. https://github.com/facebook/rocksdb/issues/7405 https://github.com/tikv/rocksdb/pull/195 https://github.com/tikv/tikv/issues/8243 https://github.com/tikv/rocksdb/pull/208
mysql里有两个表,一个message,一个message_receive, 通过messageId关联,message有3亿条,message_receive有4亿,想处理后导入到zanRedisDB,有啥好建议吗
I'm apply redis-cluster in FeatureStore and model inference. Now I'm looking forward some disk-based KV store and I found ZanKV. Is there any good example of ZanKV applied to real...
如题,请问有啥优化方案吗?多谢
比如一台物理服务器跑了8个zankv(8个分区),就要有8个rsync --daemon 多谢!