- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 135字
- 2021-07-02 13:11:35
Database categories
Many database models have appeared and vanished, such as the network model and the hierarchical model. The predominant categories now in the market are relational, object-relational, and NoSQL databases. One should not think of NoSQL and SQL databases as rivals; they are complementary to each other. By utilizing different database systems, one can overcome many limitations and get the best of different technologies.
NoSQL databases can provide great benefits such as availability, schema-free, and horizontal scaling, but they also have limitations such as performance, data retrieval constraints, and learning time. Relational databases often adhere to SQL as defined by ISO. SQL is a very expressive and extremely powerful tool for retrieving data in different forms. Many NoSQL databases such as Cassandra lack the capability to retrieve data as in relational databases.
- DB2 V9權威指南
- HTML5移動Web開發技術
- C#完全自學教程
- C語言程序設計(第2版)
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Android 7編程入門經典:使用Android Studio 2(第4版)
- 21天學通C++(第6版)
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Building Minecraft Server Modifications
- Java 9模塊化開發:核心原則與實踐
- Python機器學習算法與實戰
- 深度學習原理與PyTorch實戰(第2版)
- Python程序設計開發寶典
- 歐姆龍PLC編程指令與梯形圖快速入門
- Mastering Unity 2017 Game Development with C#(Second Edition)