-
Notifications
You must be signed in to change notification settings - Fork 387
Open
Labels
featureA new functionalityA new functionality
Description
There is a rule of thumb - always compress large amounts of data stored on disk:
- It will use less disk space.
- Compressed files are read faster. Generally, decompression overhead is smaller than benefit from reading a smaller file.
Let's try to compress sortdata
and check the speedup.
Follows-up #11133
Metadata
Metadata
Assignees
Labels
featureA new functionalityA new functionality