Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: adding compress flag to compress auxiliary files / candidate files #97

Open
binh-vu opened this issue Nov 12, 2021 · 0 comments

Comments

@binh-vu
Copy link

binh-vu commented Nov 12, 2021

Feature request: adding compress flag to compress auxiliary files / candidate files

Currently, running table linker over thousands of files will generate huge amount of data (e.g., ~80GB / 1000 tables in my case). However, it's possible (may be often) that users have a dataset of ten thousands of tables that they need to link, which users may not have enough disks to store the results.

One possible solution is to add a compress flag (--compress) to table linker command indicating that the input/output should be compressed. To support this feature, if the compression is enabled, we only need change from open to gzip.open, and everything else stays the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant