Skip to content

Commit 4ff91ba

Browse files
committed
INT-1322 fix help text sampleSize=1000
(cherry picked from commit 4210cf2)
1 parent 1d75006 commit 4ff91ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/app/help/entries/schema-how-sampling-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Collections in MongoDB 3.0 and 2.6 are sampled via a backwards compatible algori
2121

2222
The choice of sampling method is transparent in usage to the end-user.
2323

24-
`sampleSize` is currently set to 100 documents.
24+
`sampleSize` is currently set to 1000 documents.

src/app/help/entries/schema-sampling-results.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ used for the schema report.
1818
There are two possible outcomes when you use the Query Bar to refine the results.
1919

2020
1. The query you specified matches _more than_ the sampling limit (currently
21-
100 documents).
21+
1000 documents).
2222

23-
In this case, Compass samples 100 documents randomly from
23+
In this case, Compass samples 1000 documents randomly from
2424
the matching documents, and builds a schema report based on that sample.
2525
You will see a message that provides both the number of matched documents
2626
and the size of the sample set. Example:
2727

2828
![](./images/help/schema/sampling-results-sample.png)
2929

3030
2. The query you specified matches _less than or equal to_ the sampling limit
31-
(currently 100 documents).
31+
(currently 1000 documents).
3232

3333
In this case, Compass uses all matched documents
3434
to build a schema report. You will see a message that provides the number

0 commit comments

Comments
 (0)