Skip to content

Conversation

@git-hulk
Copy link
Member

This closes #2988.

Before the version 2.8.0, we only supported using the redis command to migrate the increment writes, which needed to encode and decode on both the source and target sides. To mitigate the performance issue, we introduce the raw-key-value way to migrate by the rocksdb write batch.

…n type

Before the version 2.8.0, we only support using the redis command to
migrate the increment writes which needs to encode and decode in both
source and target side. To mitigate the performance issue, we introduce
the `raw-key-vlaue` way to migrate by the rocksdb write batch.
caipengbo
caipengbo previously approved these changes May 22, 2025
PragmaTwice
PragmaTwice previously approved these changes May 22, 2025
@git-hulk git-hulk merged commit fab8891 into apache:unstable May 23, 2025
34 checks passed
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
40.3% Coverage on New Code (required ≥ 50%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set the default migration method to raw-key-value

3 participants