diff --git a/content/commands/ft.info.md b/content/commands/ft.info.md index 609fa028bc..48b1662760 100644 --- a/content/commands/ft.info.md +++ b/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 | `bytes_per_record_avg` | The average size of each record in bytes. | | `offsets_per_term_avg` | The average number of offsets (position information) per term. | | `offset_bits_per_record_avg` | The average number of bits used for offsets per record. | +| `tag_overhead_sz_mb` | The size of the index structures used for optimising performance. | +| `text_overhead_sz_mb` | The size of the index structures used for optimising performance. | +| `total_index_memory_sz_mb` | The total memory consumed by all indexes in the DB. | ### Indexing-related statistics