You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 closesapache#2008
No description provided.
The text was updated successfully, but these errors were encountered: