E N D
Points to Know about MONGODB Kiran Palaka
Points which marketing team will not use about MONGODB • Space allocation • Data Replication. • Master-Slave Replication. • Very Bad administration tools. • 32 bit version size limitation.
Consumes too much space • At the creation of database, a file will be created with 64 mbsize.When more than half of it is used , another one will be created with 128mb and it continues until 2048 mb. • Now all the subsequent files will have 2048 MB. • This problem got introduced when they tried to resolve disk fragmentation issues .
Data Replication • Replica-set strategy is amazing. • Easy to configure and works well. • Doesn’t support more than 12 nodes. • So, if cluster has more than 12 nodes, we are in trouble .
Master-Slave replication • Channing the master node of our cluster will be manual . • It resolved the limitation of 12 nodes and introduced the concept of manual configuration.
32 bit version • It can handle only 2 gb of data . • So 32 bit version of mongodb is no loner useful . IT should be considered as deprecated . • Admin tools are in bad shape .