File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ Collections in MongoDB 3.0 and 2.6 are sampled via a backwards compatible algori
2121
2222The 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.
Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ used for the schema report.
1818There are two possible outcomes when you use the Query Bar to refine the results.
1919
20201 . 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
30302 . 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
You can’t perform that action at this time.
0 commit comments