Re: Query performance with range


hadoopmarc@...
 

Hi Claudio,

Paging with range can only work with a vertex centric index, otherwise the vertex table is scanned for every page. If you just want all results, the alternative is to forget about the range() step and iterate over the query result.

Marc

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