You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
btw if we don't want to spend the disk space maybe it would be an option to spawn an external process for the unzipping (bunzip2 --stdout) and read from the pipe.
this can be done either via multiprocessing package or subprocess.
I am really wary of generating any additional load while running the benchmark to avoid skewing results so I'd rather spend the additional disk space. tbh I'd rather physically separate also the client from the cluster under test but it takes some time until we get there (#25). So I'm +1 on unzipping before-hand.
the bz2 uncompress is eating some CPU so it's not stressing elasticsearch as much as possible, the observed difference is small, but it is there...
The text was updated successfully, but these errors were encountered: