From 47abee2cf161e1a5feebb29b144c3bbade17f168 Mon Sep 17 00:00:00 2001 From: Asya Kamsky Date: Wed, 22 Jun 2022 05:47:22 -0400 Subject: [PATCH] Remove reference to MMAPv1 --- source/reference/operator/aggregation/sample.txt | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/source/reference/operator/aggregation/sample.txt b/source/reference/operator/aggregation/sample.txt index 00e3f84e487..00f038d5f1e 100644 --- a/source/reference/operator/aggregation/sample.txt +++ b/source/reference/operator/aggregation/sample.txt @@ -47,19 +47,6 @@ If any of the previous conditions are false, :pipeline:`$sample`: Random sorts are subject to the :ref:`sort memory restrictions `. -MMAPv1 May Return Duplicate Documents -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -If you are using the: - -- MMAPv1 storage engine, :pipeline:`$sample` may return the same - document more than once in the result set. - -- :ref:`WiredTiger ` or - :ref:`in-memory ` storage engine, - :pipeline:`$sample` does not return duplicate documents. WiredTiger - is the default storage engine as of MongoDB 3.2. - Example --------