limit traverser

15 views
Skip to first unread message

Rami Mankevich

unread,
Feb 12, 2018, 11:07:32 AM2/12/18
to JanusGraph users

In case im getting a traverser
g.V().has('type','XXXX')

the cassandra jvm crashes )
as i understand because of result size (100 millions of vertices)
how can i cause it to return only 100 first entries without bringing all the set of 100millions?
Thanks

Robert Dale

unread,
Feb 12, 2018, 11:12:03 AM2/12/18
to Rami Mankevich, JanusGraph users
g.V().has('type','XXXX').limit(100)


Robert Dale

--
You received this message because you are subscribed to the Google Groups "JanusGraph users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janusgraph-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-users/4b9298ce-c04d-4183-b355-bb2057eebffd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages