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

Check if we have enough space left before proceeding #6

Open
mpenkov opened this issue Oct 4, 2017 · 0 comments
Open

Check if we have enough space left before proceeding #6

mpenkov opened this issue Oct 4, 2017 · 0 comments

Comments

@mpenkov
Copy link
Member

mpenkov commented Oct 4, 2017

To process an X GB file, we need X GB to split the file.

To sort a Yz GB intermediate file (each column takes up a different amount of space), we need Y GB. We perform several sorts at once.

So, in total we need X + N*Yz GB, where N is the number of subprocesses doing the sorting.

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

No branches or pull requests

1 participant