1. 程式人生 > >MongoDB操作最佳實踐(二)

MongoDB操作最佳實踐(二)

MongoDB部署前的準備

 

MongoDB可拔插儲存引擎

MongoDB公開了儲存引擎API,支援整合可插入儲存引擎,這些可插入儲存引擎使用新功能擴充套件MongoDB,並且支援優化使用指定的硬體體系結構。MongoDB 這艘船擁有多個支援的儲存引擎:

 

• The default WiredTiger storage engine. For most applications, WiredTiger's granular concurrency control and native compression will provide the best all-around performance and storage effiiency for the broadest range of applications.

  • 預設的 是WiredTiger儲存引擎。對於大多數應用程式,WiredTiger的粒度併發控制和本地壓縮將為最廣泛的應用程式提供最佳的綜合性能和儲存效率。