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

optimization: reuse last bgsave rdb for full sync #10

Open
siddontang opened this issue May 9, 2015 · 0 comments
Open

optimization: reuse last bgsave rdb for full sync #10

siddontang opened this issue May 9, 2015 · 0 comments

Comments

@siddontang
Copy link
Contributor

Now every full sync will do bgsave, which may be slow for large dataset. If we can reuse the last bgsave rdb, and the associated master sync offset is still in the backlog buffer, we may reuse this rdb for full sync and do incremental sync from last master sync offset.

This is only a optimization, and we may do it later, not now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant