- 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.
推薦閱讀
- Mastering OpenCV Android Application Programming
- Offer來了:Java面試核心知識點精講(原理篇)
- 算法大爆炸:面試通關(guān)步步為營
- Unity Virtual Reality Projects
- Mastering PHP Design Patterns
- GameMaker Programming By Example
- Python貝葉斯分析(第2版)
- Learning Data Mining with R
- 零基礎(chǔ)入門學(xué)習(xí)Python(第2版)
- Java網(wǎng)絡(luò)編程實戰(zhàn)
- Mastering Linux Security and Hardening
- Mastering Web Application Development with AngularJS
- 時空數(shù)據(jù)建模及其應(yīng)用
- 深入實踐Kotlin元編程
- Fastdata Processing with Spark