File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ is the name of the given index. You must first create the index using [`FT.CREAT
7070| ` bytes_per_record_avg ` | The average size of each record in bytes. |
7171| ` offsets_per_term_avg ` | The average number of offsets (position information) per term. |
7272| ` offset_bits_per_record_avg ` | The average number of bits used for offsets per record. |
73- | ` tag_overhead_sz_mb ` | The size of the index structures used for optimising performance. |
74- | ` text_overhead_sz_mb ` | The size of the index structures used for optimising performance. |
73+ | ` tag_overhead_sz_mb ` | The size of the TAG index structures used for optimising performance. |
74+ | ` text_overhead_sz_mb ` | The size of the TEXT index structures used for optimising performance. |
7575| ` total_index_memory_sz_mb ` | The total memory consumed by all indexes in the DB. |
7676
7777### Indexing-related statistics
You can’t perform that action at this time.
0 commit comments