- 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 Docker
- Learn to Create WordPress Themes by Building 5 Projects
- C/C++算法從菜鳥到達人
- JavaScript前端開發與實例教程(微課視頻版)
- The DevOps 2.5 Toolkit
- Windows Embedded CE 6.0程序設計實戰
- 打開Go語言之門:入門、實戰與進階
- QGIS Python Programming Cookbook(Second Edition)
- QGIS 2 Cookbook
- Oracle數據庫編程經典300例
- Solutions Architect's Handbook
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- 情境微課開發(第2版)
- 小學生C++編程課堂(新手篇)
- ASP.NET MVC 4 Mobile App Development