kvrocks
kvrocks copied to clipboard
Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
PR to solve issue #891
refer to #821
### Motivation When migrating data, I found that when migrating the same number of keys (about 10W), the migration time was very variable, sometimes very short, sometimes very long. When...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation RocksDB are expressive storage engine and a lot of engineers improve...
Customize prefix extractor for subkey. Range query prefermance is likely improved when applying this prefix extractor to subkey column family. It is more effective than FixedPrefixTransform and CappedPrefixTransform provided by...
This closes #907
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation For most users should NOT need TLS version, so I think...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation See also https://github.com/apache/incubator-kvrocks/pull/806. ### Solution ### Cases * [x] #829 *...