You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: external/pages/adhoc/pmc/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ <h3>Overview</h3>
103
103
throughput than the default settings. Document ids are unique so all index operations are append only.
104
104
</li>
105
105
<li><strong>Append Fast Sorted</strong>: Indexes the whole document corpusin an index sorted by timestamp field in descending order (most recent first)
106
-
and usinga setup that will lead to a larger indexing throughput than the default settings. Document ids are unique so all index operations are append only.
106
+
and using a setup that will lead to a larger indexing throughput than the default settings. Document ids are unique so all index operations are append only.
107
107
</li>
108
108
<li><strong>Id Conflicts</strong>: Indexes the whole document corpus using a setup that will lead to a larger indexing
109
109
throughput than the default settings. Rally will produce duplicate ids in 25% of all documents (not configurable) so we
0 commit comments