db.runCommand({find: 'prism202402',batchSize: 2000000})
This statement cannot query all the data, even if the BatchSize is added?
db.runCommand({find: 'prism202402',batchSize: 2000000})
This statement cannot query all the data, even if the BatchSize is added?
This is the same issue as
Okay, I’ll go take a look. Thank you