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
At the moment, they system relies on the fact that our TTree based format writes all the accumulated job meta data at then end of the job. However, begin able to write and then read back the meta data as we process a file could be beneficial
We might be able to reduce the amount of memory held by the OutputModule.
We might be able to successfully read back parts of the file which were written by a failed job.
Being able to incrementally change our meta data structures is also needed to allow concurrent reading of multiple primary files concurrently.
This might allow us to fully use non-random access file formats in the future.
The text was updated successfully, but these errors were encountered:
At the moment, they system relies on the fact that our TTree based format writes all the accumulated job meta data at then end of the job. However, begin able to write and then read back the meta data as we process a file could be beneficial
The text was updated successfully, but these errors were encountered: