- 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.
推薦閱讀
- Implementing VMware Horizon 7(Second Edition)
- Visual Basic 6.0程序設計計算機組裝與維修
- Software Testing using Visual Studio 2012
- Java高手真經(高級編程卷):Java Web高級開發技術
- Julia機器學習核心編程:人人可用的高性能科學計算
- Mastering Python High Performance
- Python Web數據分析可視化:基于Django框架的開發實戰
- Python數據結構與算法(視頻教學版)
- 測試架構師修煉之道:從測試工程師到測試架構師
- 大數據時代的企業升級之道(全3冊)
- Maven for Eclipse
- Python GUI Programming Cookbook(Second Edition)
- Clojure Web Development Essentials
- ASP.NET本質論
- Java無難事:詳解Java編程核心思想與技術