6/16/2010

介紹MongoDB特性


MongoDB介於key values stores和RDBMS系統之間系統.




MongoDb ( From "humongous") 主要特性:




  • Document-oriented storage

  • json格式為主儲存方式



  • Full Index Support

  • 任何屬性基本上都可以建index



  • Replication & High Availability

  • 簡單的說就是備份機制強擴充容易



  • Auto-Sharding

  • 能夠自動、簡易做到Sharding



  • Querying

  • json格式方式查詢



  • Fast in place

  • One nice feature with MongoDB is that updates can happen “in place”- the database does not have to allocate and write a full new copy of the object. 所以更新速度快!



  • Map/Reduce

  • 支援Map/Reduce操作



  • GridFS

  • 能夠處理大檔案、影音檔、檔案儲存



  • Commercial Support

  • 需要商業支援請呼叫MongoDB support Team



在NoSql多門派中,個人比較看好MongoDB主要就是簡易與方便擴充,performance考慮到其次,已經在考慮如何使用MongoDB設計系統。

No comments:

Post a Comment