We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601f8f9 commit 5411a4cCopy full SHA for 5411a4c
content/commands/ft.info.md
@@ -70,6 +70,9 @@ is the name of the given index. You must first create the index using [`FT.CREAT
70
| `bytes_per_record_avg` | The average size of each record in bytes. |
71
| `offsets_per_term_avg` | The average number of offsets (position information) per term. |
72
| `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. |
75
+| `total_index_memory_sz_mb` | The total memory consumed by all indexes in the DB. |
76
77
### Indexing-related statistics
78
0 commit comments