Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Current mechanism for serializing tasks is inflexible as it does not allow incremental storing of modified parts of task.
For example, when modifying a single flag associated with input path we need to re-write entire file containing those flags and many other information.
What is needed is a framework that will allow efficient and stable serialization of task data, progress and state.
It might be worthy to consider sqlite as a backend as it fits the requirements quite well (except for efficiency which would need to be evaluated; transactionality might be a huge plus here).
Attachments
There are no Sub-Tasks for this issue.