GitHub user PragmaTwice added a comment to the discussion: TimeSeries Proposal
Yeah for example, if a request `TYPE k` is received by Kvrocks, it cannot search all CFs to get the type for `k`, instead it will check if it exists in the `metadata` CF, i.e. there is a one-to-one mapping from redis keys to rocksdb keys (metadata) in the `metadata` CF. For some types like HASH, there is a one-to-many mapping from redis keys to rocksdb keys (e.g. fields in a HASH) in the `default` (subkey) CF. GitHub link: https://github.com/apache/kvrocks/discussions/3044#discussioncomment-13672792 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
