- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 144字
- 2021-07-02 13:11:36
Document databases
A document-oriented database is suitable for documents and semi-structured data. The central concept of a document-oriented database is the notion of a document. Documents encapsulate and encode data (or information) in some standard formats or encodings such as XML, JSON, and BSON. Documents do not adhere to a standard schema or have the same structure, so they provide a high degree of flexibility. Unlike relational databases, changing the structure of the document is simple and does not lock the clients from accessing the data.
Document databases merge the power of relational databases and column-oriented databases. They provide support for ad hoc queries and can be scaled up easily. Depending on the design of the document database, MongoDB is designed to handle a huge amount of data efficiently. On the other hand, CouchDB provides high availability even in the case of hardware failure.
- Windows系統管理與服務配置
- Python程序設計(第3版)
- OpenCV 3和Qt5計算機視覺應用開發
- HBase從入門到實戰
- Practical DevOps
- Hands-On Swift 5 Microservices Development
- 軟件測試技術指南
- C#開發案例精粹
- .NET 4.5 Parallel Extensions Cookbook
- Buildbox 2.x Game Development
- Hands-On Robotics Programming with C++
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- 實戰Python網絡爬蟲
- Hands-On ROS for Robotics Programming
- Python實戰指南:手把手教你掌握300個精彩案例