kvrocks icon indicating copy to clipboard operation
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.

Results 325 kvrocks issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

enhancement

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...

### 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...

enhancement

enhancement
help wanted
good first issue

### 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 *...

enhancement