Skip to content

Investigate if we should skip zipping of parquet dependency table #397

@hagenw

Description

@hagenw

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:

  1. Is the file size still reduced by using ZIP?
  2. How much code is affected, if we would skip using ZIP before uploading?
  3. If we use a similar compression algorithm directly in PARQUET, do we loose speed compared to the current approach?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions