In #372 we introduced storing the dependency table as a PARQUET file, instead of a CSV file.
When the file is uploaded to the server, still a ZIP file is created first. As PARQUET comes already with compression, we should check:
- Is the file size still reduced by using ZIP?
- How much code is affected, if we would skip using ZIP before uploading?
- If we use a similar compression algorithm directly in PARQUET, do we loose speed compared to the current approach?