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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -