- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 294字
- 2021-07-08 09:37:37
Built for graphs from the ground up
Like many open source projects and open source NoSQL database management systems, Neo4j came into existence for very specific reasons. Scratching the itch, as this is sometimes called. Grassroots developers who want to solve a problem and are struggling to do so with traditional technology stacks decide to take a radical, new-found approach. That's what the Neo4j founders did early in the 21st century--they built something to solve a problem for a particular media company in order to better manage media assets.
In the early days, Neo4j was not a full-on graph database management system; it was more like a graph library that people could use in their code to deal with connected data structures in an easier way. It was sitting on top of traditional, MySQL, and other relational database management systems, and was much more focused on creating a graph abstraction layer for developers than anything else. Clearly, this was not enough. After a while, the open source project took the radical decision to move away from the MySQL infrastructure and build a graph store from the ground up. The key thing here is from the ground up. The entire infrastructure, including low-level components such as the binary file layout of the graph database store files, is optimized to deal with graph data. This is important in many ways, as it will be the basis for many of the speed and other improvements that Neo4j will display versus other database management systems.
We don't need to understand the details of this file structure for the basis of this book, but suffice it to say that it is a native, graph-oriented storage format that is tuned for this particular workload. This makes a big difference.
- Java面向對象思想與程序設計
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- 我的第一本算法書
- Lua程序設計(第4版)
- 正則表達式經典實例(第2版)
- Oracle Exadata專家手冊
- 編程數學
- MATLAB for Machine Learning
- Active Directory with PowerShell
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Advanced Express Web Application Development
- Python程序設計與算法基礎教程(第2版)(微課版)
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- Offer來了:Java面試核心知識點精講(框架篇)