Skip to content

Commit fb0aaea

Browse files
committed
Indexing and storage: Implement suggestions by CodeRabbit
1 parent a13dfb2 commit fb0aaea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/feature/storage/indexing-and-storage.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ and how CrateDB uses them to index text values and enable fast text searches.
3535
:BKD tree: Understand the BKD tree, starting from KD trees, and how this
3636
data structure supports range queries on numeric values in CrateDB.
3737

38-
:Doc values: This data structure supports more efficient querying document
39-
fields by name, performs column-oriented retrieval of data, and improves the
38+
:Doc values: This data structure
39+
enables efficient queries by document field name,
40+
performs column-oriented retrieval of data, and improves the
4041
performance of aggregation and sorting operations.
4142

4243
## Indexing text values

0 commit comments

Comments
 (0)