From 69c524e7fa8838cbdeb5ce6299e0c50280e4cf74 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Tue, 14 Oct 2025 09:51:30 -0700 Subject: [PATCH] DEV: add missing FT.INFO fields for search --- content/commands/ft.info.md | 3 +++ 1 file changed, 3 insertions(+) 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