zhixinwen commented on issue #2940: URL: https://github.com/apache/kvrocks/issues/2940#issuecomment-3165049940
Also if the implementation is a separate tool, you may need to abstract out the common data format functions so it can be shared between the tool and KVRocks (similar for sharding logic if you choose to do that). I think the issue with slot is not difference in encoding, but how do you output the final SST that can be easily moved into KVRocks instances under cluster mode. For example, you would need to know slot 1-500 is on node 1, and slot 500 -100 should be on node 2 ect. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
