Is there a way to run the binary command, COMMAND, asynchronously with an UPDATE and/or INSERT sql command? I see non-idempotent commands use com.orientechnologies.orient.core.sql.OCommandSQL. SELECT sql statements can use com.orientechnologies.orient.core.sql.query.OSQLSynchQuery or com.orientechnologies.orient.core.sql.query.OSQLAsynchQuery.
So I am assuming there is no way to async an UPDATE? Even with the versioning? If there isn't is there a workaround? Or is it bad to open up a new connection for each non-idempotent command? Thanks, Giraldo -- --- 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/groups/opt_out.
