GitHub user git-hulk added a comment to the discussion: replication lag is too big
Sure, the write sequence is equal to the number of KV that were written in RocksDB. For example, it will increase 1 if the command is `set a b`, and increase 2 if the command is `hset hash f1 v1` since it will write the metadata and subkey. GitHub link: https://github.com/apache/incubator-kvrocks/discussions/1504#discussioncomment-6216445 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
