Re: Nodes with lots of edges
Joe Obernberger
Hi Marc - yes, it takes minutes to do queries on nodes with lots of edges. Like: :> g.V().has("somevar","someVal").outE().has("indexedField","value") I believe this is because of the large partition size. I would
love to use vertex cutting; but there seems to be a problem with
it: ----- Every-time, I built a small graph and exported to graphML for
viewing in Gephi I would have node IDs that only existed in the
edges list. ----- Is there a bug with vertex cutting? Thank you! -Joe On 7/8/2022 1:44 AM,
hadoopmarc@... wrote:
Hi Joe, |
|