hi folks

I'm implementing paging in a gremlin query - Can anyone tell me the
difference(s) between the following two techniques:

g.v(293).in.drop(5).take(5)

and

g.v(293).in[5..9]

(Both return the same, correct result set)
I will be doing some performance tests today on the two, but last week when
I tried them both on fairly heavy queries, the second method seemed faster
(I only say "seemed", because I'm hesitant to draw conclusions before I've
properly measured the times)



--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Simple-paging-question-Gremlin-tp3506242p3506242.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to