You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
stringify
.states.jsonl
andobjects.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.The text was updated successfully, but these errors were encountered: