This repository was archived by the owner on Jun 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
Add new IndexLogEntryTags to cache InMemoryFileIndex #324
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9e68c2c
Add new tags to cache InMemoryFileIndex
sezruby 64dd13c
test fix
sezruby 0088af6
test fix
sezruby b5425e3
test fix
sezruby 62ca646
Add INMEMORYFILEINDEX_HYBRID_SCAN_APPENDED tag
sezruby c8e62d6
Add test2
sezruby bb70e59
Add test3
sezruby ba2be6b
Merge remote-tracking branch 'upstream/master' into fileindexcache
sezruby 9b5ce32
test fix2
sezruby 34f48e0
Merge remote-tracking branch 'upstream/master' into fileindexcache
sezruby aaf3167
update functions
sezruby ae469e3
misc
sezruby e557e7b
Review commit
sezruby 7450728
Review commit
sezruby a45d55b
Merge remote-tracking branch 'upstream/master' into fileindexcache
sezruby 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
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.
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.
I was thinking the following to make the intention clear, but the current approach is also fine:
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.
it's because INDEX_ONLY doesn't require plan
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.
missed that. thanks