swuferhong opened a new issue, #1990:
URL: https://github.com/apache/fluss/issues/1990

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and 
found nothing similar.
   
   
   ### Motivation
   
   Primary key table support standby replica. 
   
   During testing, I found that the primary reason for the slow recovery of 
PrimaryKey tables is the slow download of snapshot files, which accounts for 
about 90% of the total recovery time, while the apply cdc log phase takes up 
only a small fraction.
   
   Therefore, could we introduce a standby replica that continuously 
synchronizes the latest snapshots? During recovery, we could restore directly 
from this standby replica. 
   
   This approach might even eliminate the need for rebalancing of PrimaryKey 
table.
   
   ### Solution
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Willingness to contribute
   
   - [ ] I'm willing to submit a PR!


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