- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 146字
- 2021-07-08 09:37:36
Large set-oriented queries
If you think back to what we discussed earlier and think about how graph databases achieve the performance that they do in complex queries, it will immediately follow that there are a number of cases where graph databases will still work, but not be as efficient. If you are trying to put together large lists of things effectively sets, that do not require a lot of joining or require a lot of aggregation (summing, counting, averaging, and so on) on these sets, then the performance of the graph database compared to other database management systems will be not as favorable. It is clear that a graph database will be able to perform these operations, but the performance advantage will be smaller, or perhaps even negative. Set-oriented databases such as relational database management systems will most likely give just as, or even more, performance.
- Learning Real-time Processing with Spark Streaming
- Moodle Administration Essentials
- Windows系統管理與服務配置
- JavaFX Essentials
- 匯編語言程序設計(第2版)
- Python:Master the Art of Design Patterns
- SQL Server與JSP動態網站開發
- Tableau 10 Bootcamp
- AutoCAD 2009實訓指導
- Flink技術內幕:架構設計與實現原理
- Unity 2017 Game AI Programming(Third Edition)
- 基于MATLAB的控制系統仿真及應用
- Blender 3D Cookbook
- The Applied Data Science Workshop
- R語言:邁向大數據之路