-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
kind/perfPerformance optimizationPerformance optimization
Description
Currently, the output parquet files can become very large.
This is primarily because of the many strings used (task_name, host_name etc).
This can be fixed by instead using Integers as identifier, but a mapping file that provides a mapping from id to name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/perfPerformance optimizationPerformance optimization