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

Use incremental backup/restore for snapshots #343

Open
abramsymons opened this issue Dec 15, 2022 · 0 comments
Open

Use incremental backup/restore for snapshots #343

abramsymons opened this issue Dec 15, 2022 · 0 comments

Comments

@abramsymons
Copy link
Collaborator

The most time-consuming part of the scorer service is currently restoring the snapshots.
Incremental backup/restoring method can be used to improve the scorer's performance.
The most important collections in the snapshots are connections, connectionsHistory which new records are added to very slowly so the incremental method works great for them. Another collection is verifications which seems has huge changes in every period but it seems that it can be removed from the snapshots without making any problem.

@abramsymons abramsymons changed the title Use incremental backup/restore for snapshot Use incremental backup/restore for snapshots Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant