- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 226字
- 2021-07-08 09:37:36
Pathfinding queries
Another type of query that is extremely well-suited for graph databases is a query where you will be looking to find out how different data elements are related to each other. In other words, finding the paths between different nodes on your graph. The problem with such queries in other database management systems is that you will actually have to understand the structure of the potential paths extremely well. You will have to be able to tell the database how to jump from table to table, so to speak. In a graph database, you can still do that, but typically you won't. You just tell the database to apply a graph algorithm to a starting point and an endpoint and be done with it. It's up to the database to figure out if and how these data elements are connected to each other and return the result as a path expression for you to use in your system. The fact that you are able to delegate this to the database is extremely useful, and often leads to unexpected and valuable insights.
Obviously, the query categories mentioned are just that: categories. You would have to apply it to any of the fields of research that we discussed earlier in this chapter to really reap the benefits. We will come back to this in later chapters.
- Photoshop智能手機APP UI設計之道
- Access 數據庫應用教程
- Learning Neo4j 3.x(Second Edition)
- Learning ArcGIS Pro
- SciPy Recipes
- Python Interviews
- UML2面向對象分析與設計(第2版)
- Emotional Intelligence for IT Professionals
- RESTful Web Clients:基于超媒體的可復用客戶端
- 數據分析與挖掘算法:Python實戰
- JavaScript前端開發基礎教程
- Beginning C# 7 Hands-On:The Core Language
- Bitcoin Essentials
- 高質量程序設計指南:C++/C語言
- WCF編程(第2版)