- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 228字
- 2021-07-08 09:37:33
NoSQL databases
The new millennium and the explosion of web content marked a new era for database management systems as well. A whole generation of new databases emerged, all categorized under the somewhat confrontational name of NoSQL databases. While it is not clear where the name came from, it is pretty clear that it was born out of frustration with relational systems at that point in time. While most of us nowadays treat NoSQL as an acronym for Not Only SQL, the naming still remains a somewhat controversial topic among data buffs.
The basic philosophy of most NoSQL adepts, I believe, is that of the task-oriented database management system. It's like the old saying goes: If all you have is a hammer, everything looks like a nail. Well, now we have different kinds of hammers, screwdrivers, chisels, shovels, and many more tools up our sleeve to tackle our data problems. The underlying assumption then, of course, is that you are better off using the right tool for the job if you possibly can and that, for many workloads, the characteristics of the relational database may actually prove to be counterproductive. Other databases, not just SQL databases, are available now, and we can basically categorize them into four different categories:
- Key-value stores
- Column-family stores
- Document stores
- Graph databases
Let's get into the details of each of these stores.
- Boost程序庫完全開發(fā)指南:深入C++”準”標準庫(第5版)
- MongoDB for Java Developers
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Learning Hunk
- 區(qū)塊鏈底層設計Java實戰(zhàn)
- Java程序設計入門
- 劍指大數(shù)據(jù):企業(yè)級數(shù)據(jù)倉庫項目實戰(zhàn)(在線教育版)
- Swift 4從零到精通iOS開發(fā)
- Clojure for Java Developers
- Mastering Docker
- Getting Started with Polymer
- UML軟件建模
- C語言程序設計教程
- 前端程序員面試算法寶典
- Laravel 5.x Cookbook