orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
91 stars 32 forks source link

Support For createThreadedTx(); #87

Open fppt opened 8 years ago

fppt commented 8 years ago

Hi Guys,

Are there any plans to support createThreadedTx() ?

For my project I need to be able to give one thread multiple transactions and I can't find a way to do this using orientdb.

Thanks

mpollmeier commented 8 years ago

this refers to http://stackoverflow.com/questions/38974122/creating-transactions-with-orientdb-gremlin

There's no plans at the moment, sorry. If you need it you implement it yourself I'm afraid. Would love to see this as a PR of course :)