MongoDB那点事儿

Posted BitTiger

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MongoDB那点事儿相关的知识,希望对你有一定的参考价值。



MongoDB 那些事儿
  1. MongoDB saves documents whose attributes can be updated freely

    MongoDB存储的是任意属性的文档集合。

  2. MongoDB adds paddings into documents to reduce fragments

    MongoDB通过在文档尾部预留空间的方式来修改文档时引发的碎片。

  3. MongoDB uses pre/next points to increase lookup speed

    MongoDB通过在文档中加入了指向前/后文档的指针来加速遍历。

  4. MongoDB saves the documents into a sequence of 16M, 32M, … 2GB files

    MongoDB将文档集合保存在16M、32M、……、2GB的文件中。

  5. MongoDB uses BTree (a better version of BST) to build index

    MongoDB使用BTree来建立索引。



↓↓↓ 长按识别图中二维码 【论码农的自我修养】



以上是关于MongoDB那点事儿的主要内容,如果未能解决你的问题,请参考以下文章

mongodb第二篇文章~关于集群认证的那点事

IMU的那点事儿

importnew:Map大家族的那点事儿

关于SSL/TLS的那点事儿

关于SSL/TLS的那点事儿

Maven 那点事儿