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

Skip hash table size estimation if already done #450

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 16, 2021

  1. Skip hash table size estimation if already done

    Save estimated size into the file required_capacity.txt
    kim-fehl authored May 16, 2021
    Configuration menu
    Copy the full SHA
    961adf5 View commit details
    Browse the repository at this point in the history
  2. Skip hash table size estimation if already done

    The estimated hash table size ($required_capacity variable) is now stored in file `required_capacity.txt`. 
    If estimation was done at the machine with insufficient RAM, the user can now restart building the database skipping the estimation step (which can take hours alone if the data order is hundreds of Gb)
    kim-fehl authored May 16, 2021
    Configuration menu
    Copy the full SHA
    f64437d View commit details
    Browse the repository at this point in the history