[8.4] [MOD-6056] Rename FT.PROFILE counter fields#7319
Merged
Conversation
rename profile counters fields iterators `Size` -> `Estimated number of matches` iterators `Counter` -> `Number of reading operations` RP `Counter` -> 'Results processed' (cherry picked from commit 508087c)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 8.4 #7319 +/- ##
==========================================
- Coverage 85.71% 85.68% -0.04%
==========================================
Files 330 330
Lines 52297 52297
Branches 12001 12001
==========================================
- Hits 44826 44810 -16
- Misses 7304 7320 +16
Partials 167 167
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:
|
meiravgri
approved these changes
Nov 12, 2025
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.
Description
Backport of #7303 to
8.4.Note
Renames FT.PROFILE fields (
Counter→ iterator/processor-specific labels;Size→Estimated number of matches) and updates code/tests accordingly.CountertoNumber of reading operations(iterators) andResults processed(result processors).SizetoEstimated number of matches.src/profile.hand calls insrc/profile.c(e.g., useprintProfileRPCounter, add estimated matches in iterator replies).Written by Cursor Bugbot for commit 1b2224a. This will update automatically on new commits. Configure here.