Re: Is JanusGraph suitable for Ad Tech ?


Ted Wilmes <twi...@...>
 

This may or may not help with hotspotting, depends on your access patterns. Also, If you are expecting to make queries that have to touch all of the incident edges on a high degree vertex, as opposed to some small selective subset (by filtering on an edge property), you probably will need to run these using TinkerPop's OLAP options[1] that can be used with JanusGraph. High degree vertices (super nodes) are still a pain point for many graph engines, some just extend the upper limit of what is considered a reasonable number of edges further than others.


On Friday, June 2, 2017 at 9:17:58 AM UTC-5, Jakub Liska wrote:
Wow, I was looking for this whole day, thanks Ted !! It will need some serious play time but I believe that it must be used by people, especially 
those having these hotspots.

This is exactly what makes JanusGraph useful even for absolutely graph unrelated use cases.

Join janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.