- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 104字
- 2021-07-08 09:37:37
Simple aggregate-oriented queries
We mentioned that graphs and graph database management systems are great for complex queries--things that would make your relational system choke. As a consequence, simple queries, where write patterns and read patterns align to the aggregates that we are trying to store, are typically served quite inefficiently in a graph and would be more efficiently handled by an aggregate-oriented Key-value or Document store. If complexity is low, the advantage of using a graph database system will be lower too.
Hopefully, this gives you a better view of the things that graph databases are good at and not so good at.
推薦閱讀
- Git Version Control Cookbook
- Software Defined Networking with OpenFlow
- 零起步玩轉掌控板與Mind+
- Interactive Data Visualization with Python
- Leap Motion Development Essentials
- JMeter 性能測試實戰(第2版)
- 樂學Web編程:網站制作不神秘
- HTML5+CSS3基礎開發教程(第2版)
- DevOps Automation Cookbook
- Python數據結構與算法(視頻教學版)
- Learning AWS
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Java并發實現原理:JDK源碼剖析
- Microsoft Dynamics GP 2013 Cookbook
- C#程序開發教程