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

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -