老外對MongoDB in Action評述
MongoDB gets a lot of press because it is considered the easiest NoSQL database to understand when transitioning from a relational database background. This is due to support for relational features such as secondary indexes, explain plans and ad hoc queries.
Despite this relative ease of adoption, MongoDB still represents a significant change in the way data is stored, modified and retrieved. I wanted to learn more so purchased this book as it promised to be written for developers with no MongoDB or NoSQL experience.
1. A Database for the modern web
The book starts by providing background information on MongoDB including the initial drivers for developing the database. The key features are identified as being:
Document data model
Ad hoc queries
Secondary indexes
replication
Speed and durability
Scaling
MongoDB’s core server components and tools are identified and explained. A very useful comparison of MongoDB and other categories of NoSQL database is provided followed by a set of use cases describing when to consider MongoDB and (equally as important) when not to. The comparison is sufficient to put MongoDB in context to the rest of the NoSQL databases but if you are looking for a more comprehensive overview of NoSQL I recommend reading NoSQL Distilled.
Despite this relative ease of adoption, MongoDB still represents a significant change in the way data is stored, modified and retrieved. I wanted to learn more so purchased this book as it promised to be written for developers with no MongoDB or NoSQL experience.
1. A Database for the modern web
The book starts by providing background information on MongoDB including the initial drivers for developing the database. The key features are identified as being:
Document data model
Ad hoc queries
Secondary indexes
replication
Speed and durability
Scaling
MongoDB’s core server components and tools are identified and explained. A very useful comparison of MongoDB and other categories of NoSQL database is provided followed by a set of use cases describing when to consider MongoDB and (equally as important) when not to. The comparison is sufficient to put MongoDB in context to the rest of the NoSQL databases but if you are looking for a more comprehensive overview of NoSQL I recommend reading NoSQL Distilled.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/301743/viewspace-748132/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- NoSQL 述評SQL
- [TEAP早期試讀]《MongoDB in Action》——為什麼選擇MongoDB?MongoDB
- 評價物件抽取綜述物件
- Action Recognition——基於表示的動作識別綜述
- iOS應用評分簡述iOS
- Action Recognition——基於深度學習的動作識別綜述深度學習
- 簡述對Vuex的理解Vue
- 對話系統綜述
- 老外被中國App驚呆了!APP
- GIFTO(GTO)述評區塊鏈發展史區塊鏈
- struts/Servlet,action轉到jsp後,路徑問題(struts2,jsp路徑,action路徑,action跳轉,相對路徑,絕對路徑)...ServletJS
- 老外的EXP&IMP總結
- MIT一牛人對數學在機器學習和計算機視覺的作用給的評述!MIT機器學習計算機視覺
- MongoDB 在評論中臺的實踐MongoDB
- 阿里巴巴Java開發手冊評述阿里Java
- 阿里巴巴 Java 開發手冊評述阿里Java
- 如何挖掘網民意見?評價物件抽取綜述物件
- 一句話評述主流報表軟體
- three.js UV對映簡述JS
- 對話機器人ChatBot綜述機器人
- MongoDB與MMAPV1相關的資料檔案簡述MongoDB
- 教你如何用 MongoDB 實現評論榜功能MongoDB
- DBSync新增對MongoDB、ES的支援MongoDB
- 天生一對,當遊戲遇上MongoDB遊戲MongoDB
- 一個老外高手的Favorite Metalink Articles
- TapTap 8.8,Steam特別好評,製作人親述:最初公司所有人反對立項這款遊戲APT遊戲
- action概念
- MongoDB在vivo評論中臺的應用案例MongoDB
- ERP實務:業務流程評述之庫存請購
- MongoDB、Java與物件關係對映MongoDBJava物件
- SQL與MongoDB的詳細對比SQLMongoDB
- MongoDB、Java和物件關係對映MongoDBJava物件
- MongoDB資料庫順序讀效能評估測試MongoDB資料庫
- patch_id,version, action ,status,action_time,description
- 對各團隊評價
- Action With AxiosiOS
- Golang 對MongoDB的操作簡單封裝GolangMongoDB封裝
- MySQL和MongoDB設計例項對比MySqlMongoDB