Skip to content

Use incremental backup/restore for snapshots #343

@abramsymons

Description

@abramsymons

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions