Re: Degree-Centrality Filtering & Search – Scalable Strategies for OLTP
BO XUAN LI <libo...@...>
Hi Zach,
toggle quoted message
Show quoted text
Personally I think your workaround is the most optimal one. JanusGraph does not store number of edges as metadata in the vertex (there are both Pros & Cons for doing / not doing this). Btw do you have to have another job doing centrality calculation separately? If your application is built on top of JanusGraph, then probably you can maintain the “outDegree” property when inserting/deleting edges. Best regards, Boxuan
|
|