[2.10] [MOD-12263] Enhance FT.PROFILE with vector search execution details (#7436)#7448
Merged
[2.10] [MOD-12263] Enhance FT.PROFILE with vector search execution details (#7436)#7448
Conversation
…ails (#7436) fix test due to differences in profile output format align agg and search "shards" entry
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.10 #7448 +/- ##
==========================================
- Coverage 89.29% 89.26% -0.04%
==========================================
Files 207 207
Lines 35309 35337 +28
==========================================
+ Hits 31530 31542 +12
- Misses 3779 3795 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
alonre24
approved these changes
Nov 20, 2025
Contributor
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.8
git worktree add -d .worktree/backport-7448-to-2.8 origin/2.8
cd .worktree/backport-7448-to-2.8
git switch --create backport-7448-to-2.8
git cherry-pick -x be8454085c7f62d826c75f09d552d1a35774a581 |
meiravgri
added a commit
that referenced
this pull request
Nov 20, 2025
…tails (#7436) (#7448) * [8.2] [MOD-12263] Enhance FT.PROFILE with vector search execution details (#7436) fix test due to differences in profile output format align agg and search "shards" entry * revert align shard and Shards (search and agg) * handke in test * fix (cherry picked from commit be84540)
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 20, 2025
…ails (#7436) (#7448) (#7451) [2.10] [MOD-12263] Enhance FT.PROFILE with vector search execution details (#7436) (#7448) * [8.2] [MOD-12263] Enhance FT.PROFILE with vector search execution details (#7436) fix test due to differences in profile output format align agg and search "shards" entry * revert align shard and Shards (search and agg) * handke in test * fix (cherry picked from commit be84540)
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.
Conflicts in
testProfileVectorSearchModedue to differences in profile output formatNote
Add vector search mode (incl. RANGE_QUERY and HYBRID variants) and largest-batch stats to FT.PROFILE; track these in HybridIterator and update tests.
Vector search modeforVECTORandMETRIC - VECTOR DISTANCEiterators.Batches number,Largest batch size, andLargest batch iteration.src/hybrid_reader.*):maxBatchSizeandmaxBatchIteration; initialize/reset on create/rewind and update during batch sizing.src/vector_index.*):VecSimSearchMode_ToStringand use it in profile output.src/index.c,src/profile.h):tests/pytests/test_profile.py):Written by Cursor Bugbot for commit 5c7ff64. This will update automatically on new commits. Configure here.