Skip to content

Commit ea606d5

Browse files
authored
refine internal cursor description
1 parent 7c3947b commit ea606d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/ft.profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ If there's only one shard, the label will be omitted.
104104
| `Pipeline` `creation` `time` | The creation time (ms) of the execution plan, including iterators, result processors, and reducers creation. Normally just a few ms for `FT.SEARCH` queries, but expect a larger number for `FT.AGGREGATE` queries. |
105105
| `Total` `GIL` `time` | The total time (ms) the query held the Global Interpreter Lock (GIL) during execution. Relevant for multi-threaded deployments where queries run in background threads. |
106106
| `Warning` | Errors that occurred during query execution. |
107-
| `Internal` `cursor` `reads` | The number of internal cursor read operations performed during a distributed `AGGREGATE` query in cluster mode. In cluster mode, the coordinator uses cursors to fetch results from shards - this counts the initial request plus any subsequent `FT.CURSOR READ`. |
107+
| `Internal` `cursor` `reads` | The number of times the coordinator fetched result batches from a given shard during a distributed `AGGREGATE` query in cluster mode. Includes the initial request plus any subsequent batch fetches. |
108108

109109
### Iterator profiles
110110

0 commit comments

Comments
 (0)