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 ca96355 commit ea88295Copy full SHA for ea88295
content/develop/ai/search-and-query/advanced-concepts/tags.md
@@ -386,7 +386,7 @@ You can structure your data in two ways:
386
Both approaches have similar performance characteristics:
387
388
- 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.
+- Query speed is also comparable, though single-value tags may offer a slight edge: both use the same underlying inverted index structure.
390
- Index efficiency; TAG fields store only document IDs (1-2 bytes per entry).
391
392
### Choose TAG fields based on your use case
0 commit comments