Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the new migration type by applying raw batch #2008

Closed
Tracked by #1223
git-hulk opened this issue Jan 12, 2024 · 0 comments · Fixed by #2067
Closed
Tracked by #1223

Implement the new migration type by applying raw batch #2008

git-hulk opened this issue Jan 12, 2024 · 0 comments · Fixed by #2067
Assignees

Comments

@git-hulk
Copy link
Member

No description provided.

@caipengbo caipengbo self-assigned this Jan 12, 2024
git-hulk pushed a commit that referenced this issue Jan 31, 2024
This PR implemented the cluster slot migration by the rocksdb write batch,
which will bring performance benefits. Also, we don't need to depend on
parsing commands from the write batch log data if enabled. This makes the
cluster migration feature more robust since we don't have to take care
of the log data in each write batch.

This closes #2008
JoverZhang pushed a commit to JoverZhang/kvrocks that referenced this issue Feb 24, 2024
This PR implemented the cluster slot migration by the rocksdb write batch,
which will bring performance benefits. Also, we don't need to depend on
parsing commands from the write batch log data if enabled. This makes the
cluster migration feature more robust since we don't have to take care
of the log data in each write batch.

This closes apache#2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants