Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/commands/ft.info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems description for both tag_overhead_sz_mb and text_overhead_sz_mb is the same.

It doesn't look to me they show the same data?

| `total_index_memory_sz_mb` | The total memory consumed by all indexes in the DB. |

### Indexing-related statistics

Expand Down