-
Notifications
You must be signed in to change notification settings - Fork 175
GH-5447 LMDB Store query performance improvements #5448
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
Draft
hmottestad
wants to merge
70
commits into
main
Choose a base branch
from
GH-5447-lmdb-query-performance
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
9587f24
wip
hmottestad 525f172
wip2
hmottestad 49de1c6
wip
hmottestad 04fd3ce
wip
hmottestad dcef20b
wip
hmottestad 10af1db
wip
hmottestad 906032a
wip
hmottestad 856359f
wip
hmottestad d0c2a05
wip
hmottestad c86a0b9
wip
hmottestad bdb71d9
wip
hmottestad a904a1a
wip
hmottestad e83865b
wip
hmottestad 97f2988
wip
hmottestad 25b2013
faster when there are no inferred statements
hmottestad 9d1dbb1
lazy group matcher
hmottestad 3727afa
quick return from group matcher
hmottestad fc0f08c
quick return from group matcher
hmottestad c8f94e5
wip
hmottestad e1be93b
wip
hmottestad 9879f94
wip
hmottestad 3aee65c
wip
hmottestad d0ef019
wip
hmottestad ebe76af
wip
hmottestad f812e6e
wip
hmottestad 60559a7
wip
hmottestad d8d0676
wip
hmottestad c563326
wip
hmottestad 0c89bb2
cache keys
hmottestad 45ecb4f
cache keys
hmottestad a0b1d11
cache keys
hmottestad af494bb
wip
hmottestad 281ff6f
key cache improvements
hmottestad a527f7b
key cache improvements
hmottestad f715fe8
key cache improvements
hmottestad 94e3401
key cache improvements
hmottestad 5d5bc0f
key cache improvements
hmottestad ca00d3e
key cache improvements
hmottestad 0455be1
key cache improvements
hmottestad 869e428
key cache improvements
hmottestad 533092c
key cache improvements wip
hmottestad 257db63
wip
hmottestad 3a70833
remove key cache
hmottestad c217b4a
wip
hmottestad 9ac87ed
wip
hmottestad 9a75618
wip
hmottestad 9b1ae31
wip
hmottestad 8ede918
wip
hmottestad c3f1a98
wip
hmottestad 685568b
wip
hmottestad d56f995
wip
hmottestad 77c4e88
wip
hmottestad 9a13807
wip
hmottestad e9010db
wip
hmottestad 20d1a36
wip
hmottestad a5a2fcf
wip
hmottestad 2cbbf92
wip
hmottestad b77c1a9
wip
hmottestad 077bd88
wip
hmottestad d1c8992
wip
hmottestad c654c51
wip
hmottestad bd98f9c
wip
hmottestad 67c86a9
test
hmottestad c5ab948
wip
hmottestad 5b9479a
wip
hmottestad 8a8e1a1
optimising GroupMatcher
hmottestad 3ea2762
optimising GroupMatcher
hmottestad cbbb904
optimising GroupMatcher
hmottestad 1e88ebe
optimising GroupMatcher
hmottestad 6bdaafa
optimising GroupMatcher
hmottestad 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
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: During GRPUP BY I noticed that ArrayBindingSet could have use for it's own equals method, which can be faster.
We should also look into if hashcode is cached in the super class.