- 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.
- Reporting with Visual Studio and Crystal Reports
- Visual Studio 2012 Cookbook
- The Android Game Developer's Handbook
- C++ Builder 6.0下OpenGL編程技術
- PHP+MySQL網站開發項目式教程
- Python完全自學教程
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- 零基礎Java學習筆記
- Unity 2018 Shaders and Effects Cookbook
- 智能搜索和推薦系統:原理、算法與應用
- Learning Hadoop 2
- JavaScript+jQuery網頁特效設計任務驅動教程
- 大學計算機基礎實驗指導
- SignalR:Real-time Application Development(Second Edition)
- Simulation for Data Science with R