MongoDB介於key values stores和RDBMS系統之間系統.
MongoDb ( From "humongous") 主要特性:
- Document-oriented storage
- Full Index Support
- Replication & High Availability
- Auto-Sharding
- Querying
- Fast in place
- Map/Reduce
- GridFS
- Commercial Support
json格式為主儲存方式
任何屬性基本上都可以建index
簡單的說就是備份機制強擴充容易
能夠自動、簡易做到Sharding
json格式方式查詢
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操作
能夠處理大檔案、影音檔、檔案儲存
需要商業支援請呼叫MongoDB support Team
在NoSql多門派中,個人比較看好MongoDB主要就是簡易與方便擴充,performance考慮到其次,已經在考慮如何使用MongoDB設計系統。
No comments:
Post a Comment