Edge creation taking too much time


Ankur Goel <ankur...@...>
 

Hi,

I am having  (3 node cassandra cluster + single node solr cloud).

lead=g.V().has("lid", 15151515);
g.V(lead).as("l1").V().has("vl","tag").has("mob",P.eq(lead1.value("mob"))).has("lid",P.gt(lead1.value("lid"))).addE("direct").from("l1").property("reason","mob");

Using above code i am creating edges and vertex is approx 1 million.

composite index has been created on mob and lid and vl property key on vertex.

Above command takes couple of minutes, my java client is directly connected with solr and cassandra. i a not using gremlin server to fire query.

Please suggest.

~

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