- 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.
- Java多線程編程實(shí)戰(zhàn)指南:設(shè)計(jì)模式篇(第2版)
- R語言經(jīng)典實(shí)例(原書第2版)
- Microsoft Application Virtualization Cookbook
- iOS 9 Game Development Essentials
- Building a RESTful Web Service with Spring
- Amazon S3 Cookbook
- 組態(tài)軟件技術(shù)與應(yīng)用
- Windows內(nèi)核編程
- NGINX Cookbook
- Bootstrap 4 Cookbook
- Microsoft Dynamics AX 2012 R3 Financial Management
- 細(xì)說Python編程:從入門到科學(xué)計(jì)算
- 智能手機(jī)故障檢測(cè)與維修從入門到精通
- Python網(wǎng)絡(luò)爬蟲技術(shù)與應(yīng)用
- Hands-On Robotics Programming with C++