Re: Aggregating edges based on the source & target vertex attributes
vishnu gajendran <ggvis...@...>
Thank you Kevin and Marc for quick response. I tried both the queries and they are working as expected. My use case demands to run such query for a bigger dataset. I ran the query for 1 lakh vertices and 5 million edges in my desktop using the in-memory backend (assuming that in-memory will be faster compared to other external data stores) and it took roughly 2 minutes to execute. My desktop contains 8 logical cores and 64 GB RAM. Few questions regarding the same: 1. Is this the expected performance for such aggregation queries in JanusGraph? 2. Will increasing the number of cores (i.e. processing power) improve the performance of the query? The dataset I am dealing with can be as big as 1.5 lakh vertices and 20 million edges and I would like to support the above aggregation query in real time (i.e. in few seconds and not in minutes). Can we achieve the same using JanusGraph? On Thursday, December 17, 2020 at 7:51:56 PM UTC+5:30 kt...@... wrote:
|
|