Hi,
I tried to cancel 3,000,000 of vertices with this java code and I had no 
problems.
for(int j=0;j<30000;j++){
g.command(new OCommandSQL("DELETE VERTEX MyVertex LIMIT 100")).execute();
g.commit();
}

Let me know how it goes.

Regards,
Alessandro.

-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to