-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.6.1
-
Component/s: CLI Module
-
None
-
3
Problem Statement/Rationale
using printJson in mongosh on a large data set causes results to be suppressed with the message ... 57 more items
Please be sure to attach relevant logs with any sensitive data redacted.
Steps to Reproduce
Where matching records exceed 100 results
//config.set("displayBatchSize", 20000);
const agg = [
{
'$match':
}
];
print(db.measure.aggregate(agg).toArray());
Expected Results
Output of full result set
Actual Results
100 records and then "... 57 more items"
Additional Notes
This appears to have happened before
- is related to
-
MONGOSH-1361 Expose and document `printjson` as `printfull`, add `printejson`
- Open
- related to
-
MONGOSH-955 printjson(...) will elide results if there are too many
- Closed