[8.0] [MOD-8125] Create inverted index in write operations only #5259
Merged
[8.0] [MOD-8125] Create inverted index in write operations only #5259
Conversation
* open vector for read * don't create vector index in read mode * use OPEN_INDEX_READ or OPEN_INDEX_WRITE in tags * remove unused openindex function * create vecsim index to capture info in debug commands add create_if_missing variable to OpenGeometryIndex dont create text index in gc if doesn't exist * use DONT_CREATE_INDEX in NewVectorIterator * introduce FT.DEBUG SPEC_INVIDXES_INFO INDEX_NAME introduce test_index to test lazy intialziation * fix * cosmetics * skip testSpecIndexesInfo in coord * rename openVectorKeysDict to openVectorIndex add depth arg to pytest callbacks add test_lazy_index_creation_info_modules some tests improvments * fix field name in test * pass (cherry picked from commit 7617563)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 8.0 #5259 +/- ##
==========================================
+ Coverage 86.58% 86.65% +0.06%
==========================================
Files 192 192
Lines 34407 34420 +13
==========================================
+ Hits 29793 29825 +32
+ Misses 4614 4595 -19 ☔ View full report in Codecov by Sentry. |
alonre24
approved these changes
Nov 27, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
backport #5229 to 8.0
cofilct due to debug list format in test_debug_commands