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 a13dfb2 commit fb0aaeaCopy full SHA for fb0aaea
docs/feature/storage/indexing-and-storage.md
@@ -35,8 +35,9 @@ and how CrateDB uses them to index text values and enable fast text searches.
35
:BKD tree: Understand the BKD tree, starting from KD trees, and how this
36
data structure supports range queries on numeric values in CrateDB.
37
38
-:Doc values: This data structure supports more efficient querying document
39
-fields by name, performs column-oriented retrieval of data, and improves the
+:Doc values: This data structure
+enables efficient queries by document field name,
40
+performs column-oriented retrieval of data, and improves the
41
performance of aggregation and sorting operations.
42
43
## Indexing text values
0 commit comments