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
21
21
22
22
The choice of sampling method is transparent in usage to the end-user.
23
23
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.
18
18
There are two possible outcomes when you use the Query Bar to refine the results.
19
19
20
20
1 . The query you specified matches _ more than_ the sampling limit (currently
21
- 100 documents).
21
+ 1000 documents).
22
22
23
- In this case, Compass samples 100 documents randomly from
23
+ In this case, Compass samples 1000 documents randomly from
24
24
the matching documents, and builds a schema report based on that sample.
25
25
You will see a message that provides both the number of matched documents
26
26
and the size of the sample set. Example:
27
27
28
28
![ ] ( ./images/help/schema/sampling-results-sample.png )
29
29
30
30
2 . The query you specified matches _ less than or equal to_ the sampling limit
31
- (currently 100 documents).
31
+ (currently 1000 documents).
32
32
33
33
In this case, Compass uses all matched documents
34
34
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