- 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.
- 軟件安全技術(shù)
- Vue.js設(shè)計(jì)與實(shí)現(xiàn)
- INSTANT Weka How-to
- Servlet/JSP深入詳解
- Python 3網(wǎng)絡(luò)爬蟲實(shí)戰(zhàn)
- 微信小程序開發(fā)解析
- HTML5入門經(jīng)典
- 硅谷Python工程師面試指南:數(shù)據(jù)結(jié)構(gòu)、算法與系統(tǒng)設(shè)計(jì)
- JavaScript機(jī)器人編程指南
- PrimeFaces Blueprints
- Python數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- WordPress 3.7 Complete(Third Edition)
- CorelDRAW X6中文版應(yīng)用教程(第二版)
- 看漫畫學(xué)Python:有趣、有料、好玩、好用(全彩版)
- 數(shù)字圖像處理與機(jī)器視覺:Visual C++與Matlab實(shí)現(xiàn)(第2版)