Open
Description
Tracing
Currently the data are stored in memory and therefore space might be exhausted. You may consider:
- Compression
- Flush to disk (when needed)
- Periodical aggregation
On a second step:
You write multiple files at the end would it be possible to write only one performing data-sorting in parallel ?