ioBroker.js-controller icon indicating copy to clipboard operation
ioBroker.js-controller copied to clipboard

Optimize the backup creation

Open foxriver76 opened this issue 10 months ago • 0 comments

  • 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.

foxriver76 avatar Aug 17 '23 10:08 foxriver76