- 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.
推薦閱讀
- Java程序設計(慕課版)
- Learning Bayesian Models with R
- Python零基礎快樂學習之旅(K12實戰(zhàn)訓練)
- Mastering OpenCV 4
- Building a Recommendation Engine with Scala
- 云計算通俗講義(第3版)
- 小學生C++創(chuàng)意編程(視頻教學版)
- Create React App 2 Quick Start Guide
- 圖數(shù)據(jù)庫實戰(zhàn)
- Unity Character Animation with Mecanim
- Emotional Intelligence for IT Professionals
- Getting Started with Python
- Hands-On Dependency Injection in Go
- 軟件測試(慕課版)
- Beginning C# 7 Hands-On:The Core Language