Not that I know of.  This is not a query but the Java api of the graph 
class.

Iterator<Vertex> iter = graph.getVerticesOfClass().iterator();

My impression (and I may be wrong) is that running a query will get back 
all the results into memory thus crashing everything so I'm not using the 
graph api to run a query or the query builder api.

On Friday, August 28, 2015 at 12:56:33 AM UTC+3, Riccardo Tasso wrote:
>
> Can't you use the SKIP/LIMIT keywords of OSQL ( 
> http://orientdb.com/docs/last/Pagination.html ) ?
>
> Cheers,
>    Riccardo
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to