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

Optimize the backup creation #2405

Open
foxriver76 opened this issue Aug 17, 2023 · 0 comments
Open

Optimize the backup creation #2405

foxriver76 opened this issue Aug 17, 2023 · 0 comments

Comments

@foxriver76
Copy link
Collaborator

  • especially for large installations it would be feasible if we store objects and states in separate files, to reduce the RAM usage and avoiding errors with stringify.
  • Furthermore, we could use a jsonl approach, with a states.jsonl and objects.jsonl and could then stream line by line. This way, no matter how large the installation is, at least the backup creation/restore should no longer be a problem.
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