Skip to content

Commit ea88295

Browse files
committed
Apply suggestion from doc review
1 parent ca96355 commit ea88295

File tree

1 file changed

+1
-1
lines changed
  • content/develop/ai/search-and-query/advanced-concepts

1 file changed

+1
-1
lines changed

content/develop/ai/search-and-query/advanced-concepts/tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ You can structure your data in two ways:
386386
Both approaches have similar performance characteristics:
387387

388388
- Memory usage is comparable: TAG indexes are highly compressed regardless of structure.
389-
- Query speed is similar: both use the same underlying inverted index structure.
389+
- Query speed is also comparable, though single-value tags may offer a slight edge: both use the same underlying inverted index structure.
390390
- Index efficiency; TAG fields store only document IDs (1-2 bytes per entry).
391391

392392
### Choose TAG fields based on your use case

0 commit comments

Comments
 (0)