git-hulk commented on issue #2165:
URL: https://github.com/apache/kvrocks/issues/2165#issuecomment-2074974350

   @zjregee Sorry for not getting back to you sooner.
   
   > How should I solve this problem? In order for the Redis to receive the rdb 
file, I seem to need to send the rdb file to the data directory related to the 
new Redis and restart the Redis. I am not sure if this method is reasonable.
   
   Redis only supports loading the RDB from the replication for now, and it 
should be not good to require users to restart the Redis server for syncing the 
RDB.
   
   
   > kvrocks2redis currently updates the data into a new Redis step by step by 
writing an aof file for all the data in the kvrocks, which is not reasonable 
when the kvrocks contains a large amount of data. 
   
   For this scenario, perhaps we can send the key value to the target node 
directly instead of writing AOF.
   
   


-- 
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]

Reply via email to