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

Speed up one of the phases of loading #9

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

Conversation

apoliakov
Copy link

Manny reached out yesterday saying loads into dev were slow. This change (two commits go together) should speed up one of the last-phase queries.

For more speedup - consider switching to faster disk drives or adding more nodes - this process is bottlenecked on disk read.

Alex Poliakov added 2 commits March 6, 2018 12:12
A small change to accelerate the building of the affyid index - usually the last phase of the incremental loader.
On dev (as of today) this should take the time down from ~2 hours to ~20 minutes.
The limiting step is the disks (reading the whole icd array) - adding faster disks (read speed), or more nodes will speed it up more.
This whole path may be unnecessary if new affyids are not added during load.
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

Successfully merging this pull request may close these issues.

1 participant