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 e0b39e9 commit c60f56cCopy full SHA for c60f56c
source/reference/operator/aggregation/sample.txt
@@ -44,12 +44,12 @@ collection scan followed by a random sort to select N documents. In
44
this case, the :pipeline:`$sample` stage is subject to the
45
:ref:`sort memory restrictions <sort-memory-limit>`.
46
47
-MMAPV1 May Return Duplicate Documents
+MMAPv1 May Return Duplicate Documents
48
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
49
50
If you are using the:
51
52
-- MMAPV1 storage engine, :pipeline:`$sample` may return the same
+- MMAPv1 storage engine, :pipeline:`$sample` may return the same
53
document more than once in the result set.
54
55
- :ref:`WiredTiger <storage-wiredtiger>` or
0 commit comments