Skip to content

Asynchronously re-read updated documents #257

@ahitrin

Description

@ahitrin

Motivation: current DB model is quite performant. All the data is read once on load, and then is only updated. Nevertheless, DB files could be updated from external sources (e.g. by external synchronization processes like Dropbox/Git/etc). Since changes in a DB file are not currently monitored, such scenario may lead to data loss.

Solution: we should implement a mechanism of checking "freshness" of DB files and provide some kind of "refreshing" when changed occur.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions