Query to check the MongoDB chunk size? -
is there query check mongodb chunk size?.i came know default chunk size 200mb.in event of exceeding chunk-size shards gets splitted next chunk correct?can guys me....
you can check in "config" database:
use config db.settings.find()
and default 64mb, not 200.
Comments
Post a Comment