Right, but from my tests it seems that OrientGraph.command() is much slower than OrientGraph.getVertices(). Is there any reason why getVertices() doesn't have an option to specify a cluster?
On Monday, October 27, 2014 10:16:58 AM UTC-6, Lvc@ wrote: > > Hi Keith, > You can execute that command from OrientGraph with .command() method. > > Lvc@ > > > On 27 October 2014 16:02, Keith Freeman <[email protected] <javascript:>> > wrote: > >> bump, anybody? >> >> On Friday, October 24, 2014 1:06:20 PM UTC-6, Keith Freeman wrote: >>> >>> I want to run a query for records in a particular cluster; I know I can >>> do "select * from cluster:abc" (via OSQLSynchQuery), but is there a way to >>> use e.g. OrientGraph to query all Vertex's in a cluster? >>> >> -- >> >> --- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- --- 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.
