apache / kvrocks

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
https://kvrocks.apache.org/
Apache License 2.0
3.46k stars 444 forks source link

BloomFilter support migration #2114

Open mapleFU opened 6 months ago

mapleFU commented 6 months ago

Search before asking

Motivation

Support BloomFilter migration in kvrocks BF.

Solution

Support BloomFilter migration in kvrocks BF.

Are you willing to submit a PR?

git-hulk commented 6 months ago

This would be supported if migrate-type is raw-key-value, migration by sending commands way seems hard to do.

refer https://github.com/apache/kvrocks/pull/2067