MongoDB那点事儿
Posted BitTiger
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MongoDB那点事儿相关的知识,希望对你有一定的参考价值。
MongoDB saves documents whose attributes can be updated freely
MongoDB存储的是任意属性的文档集合。
MongoDB adds paddings into documents to reduce fragments
MongoDB通过在文档尾部预留空间的方式来修改文档时引发的
碎片。 MongoDB uses pre/next points to increase lookup speed
MongoDB通过在文档中加入了指向前/
后文档的指针来加速遍历。 MongoDB saves the documents into a sequence of 16M, 32M, … 2GB files
MongoDB将文档集合保存在16M、32M、……、
2GB的文件中。 MongoDB uses BTree (a better version of BST) to build index
MongoDB使用BTree来建立索引。
↓↓↓ 长按识别图中二维码 【论码农的自我修养】
以上是关于MongoDB那点事儿的主要内容,如果未能解决你的问题,请参考以下文章