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 5ac9c97 commit 386a5e2Copy full SHA for 386a5e2
docs/feature/storage/indexing-and-storage.md
@@ -249,7 +249,7 @@ issues when extracting a large amount of data from an inverted index.
249
### Doc values
250
251
Doc values store data column-stride (per field), unlike stored fields which
252
-are row-stride (per document), make field-specific access faster,
+are row-stride (per document), enabling faster field-specific access,
253
and provide fast sorting and aggregations.
254
255
Doc values is a column-based data storage built at document index time.
0 commit comments