Skip to content

Commit 94520ef

Browse files
committed
Fix tables
1 parent fe80a5d commit 94520ef

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

content/commands/ft.profile/index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ syntax_str: <SEARCH | AGGREGATE> [LIMITED] QUERY query
5151
title: FT.PROFILE
5252
---
5353

54-
Apply [`FT.SEARCH`]({{< baseurl >}}/commands/ft.search/) or [`FT.AGGREGATE`]({{< baseurl >}}/commands/ft.aggregate/) command to collect performance details.
55-
56-
[Examples](#examples)
54+
Apply [`FT.SEARCH`]({{< baseurl >}}/commands/ft.search/) or [`FT.AGGREGATE`]({{< baseurl >}}/commands/ft.aggregate/) command to collect performance details. For usage, see [Examples](#examples).
5755

5856
## Required arguments
5957

@@ -101,9 +99,9 @@ If there's only one shard, the label will be omitted.
10199

102100
| Returned field name | Definition |
103101
|:-- |:-- |
104-
| `Total profile time` | The total run time (ms) of the query. Normally just a few ms. |
105-
| `Parsing time` | The time (ms) spent parsing the query and its parameters into a query plan. Normally just a few ms. |
106-
| `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. |
102+
| `Total`&nbsp;`profile`&nbsp;`time` | The total run time (ms) of the query. Normally just a few ms. |
103+
| `Parsing`&nbsp;`time` | The time (ms) spent parsing the query and its parameters into a query plan. Normally just a few ms. |
104+
| `Pipeline`&nbsp;`creation`&nbsp;`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. |
107105
| `Warning` | Errors that occurred during query execution. |
108106

109107
### Iterator profiles

0 commit comments

Comments
 (0)