- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 101字
- 2021-07-02 13:11:36
NoSQL motivation
A NoSQL database does not entity relation model for data storage, manipulation, and retrieval. NoSQL databases are often distributed, open source, and horizontally scalable. NoSQL often adopts the base model, which prizes availability over consistency, and informally guarantees that if no new updates are made on a data item, eventually all access to that data item will return the latest version of that data item. The advantages of this approach include the following:
- Simplicity of design
- Horizontal scaling and easy replication
- Schema-free
- A huge amount of data support
We will now explore a few types of NoSQL databases.
推薦閱讀
- JavaScript前端開發模塊化教程
- Practical DevOps
- The HTML and CSS Workshop
- Python圖形化編程(微課版)
- Apache Camel Developer's Cookbook
- Java并發編程之美
- C#程序設計基礎入門教程
- Selenium WebDriver Practical Guide
- Java從入門到精通(視頻實戰版)
- Flask開發Web搜索引擎入門與實戰
- React.js實戰
- Microsoft Windows Identity Foundation Cookbook
- Azure for Architects
- Server Side development with Node.js and Koa.js Quick Start Guide
- Daniel Arbuckle's Mastering Python