-
Notifications
You must be signed in to change notification settings - Fork 8
Comparison tasks now based on blocks #527
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
065b11a
Add function to fetch block ids and sizes from db
hardbyte 6f7c75c
Retrieve blocking info in create_comparison_jobs task
hardbyte ebcb248
WIP - identify blocks that need to be broken up further
hardbyte a066ccc
Query for getting encodings in a block
hardbyte fb550de
Split tasks into chunks using blocking information
hardbyte 610b3bb
Refactor create comparison jobs function
hardbyte d838fe4
More refactoring of chunk creation
hardbyte ec36e8d
Add a few unit tests for chunking
hardbyte ddcbcc3
Add database index on encodings table
hardbyte 4ab16e6
clknblocks not clksnblocks and other minor cleanup
hardbyte d66bf58
cleanup
hardbyte 1e5151f
Add blocking concept to docs
hardbyte aec9b5c
Deduplicate candidate pairs before solving
hardbyte f30c819
Catch the empty candidate pair case
hardbyte 9dc59e1
Simplify solver task by using anonlink's _merge_similarities function
hardbyte 6219e44
Update celery
hardbyte 0b6a4c2
Address code review feedback
hardbyte 5467362
Bump version to beta2
hardbyte f342d5a
Celery concurrency defaults
hardbyte 2add5ef
Add another layer of tracing into the comparison task
hardbyte e2ebe99
Update task names in celery routing
hardbyte 38b624f
Faster encoding retrieval by using COPY.
hardbyte 7ec7fef
Pass on stored size when retrieving encodings from DB
hardbyte 24caa79
Increase time on test
hardbyte dc1983b
Refactor binary copy into own function for easier reuse and testing
hardbyte 8bae410
Add more detailed tracing around binary encoding insertions.
hardbyte 88e968d
Add tests for binary copy function
hardbyte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Refactor create comparison jobs function
- Loading branch information
commit 610b3bbfed74b92e7c1f92e7ded5569cc3923bfa
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.