sorry for so simple question, but how to disable transaction in OrientDB? Maybe it can do used by OrientDB studio or sql query, anything, thanks.
If you use document DB transactions are already disabled by default.
If you use graph DB you shoul call
com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph#setAutoStartTx
with false.