Great, So you mean if I have a document A in node#1, and document B in node#2, so I can update both of them atomically in one transaction. So may I ask you how? because I didn't find any relevant thing in the OrientDB documents.
BTW, which commit protocol (such as 2PC or RAFT) is using for implementing this distributed transaction? Kind regards, Ali Davoudian Carleton University, Ottawa On Mon, May 25, 2015 at 7:19 AM, Andrey Lomakin <[email protected]> wrote: > Hi, > Yes, transaction may contain changes over several documents. > > On Mon, May 25, 2015 at 2:08 PM, Shahram <[email protected]> wrote: > >> Hi Andrey, >> >> Thanks for your reply. So by considering OrientDB as a hybrid >> document/graph store, Does it support multi-document transactions? >> >> Kind regards, >> Ali >> >> >> On Mon, May 25, 2015 at 3:03 AM, Andrey Lomakin <[email protected] >> > wrote: >> >>> Hi, >>> >>> OrientDB is not key value store so term of "multi-key transactions" is >>> not applicable to it. >>> OrientDB uses classical transactional model, means all operations in >>> batch form single atomic durable isolated unit of work. >>> Did I answer you question ? >>> >>> >>> >>> >>> >>> -- >>> Best regards, >>> Andrey Lomakin. >>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "OrientDB" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/orient-database/Qc8HQoXxXfk/unsubscribe >>> . >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> 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. >> > > > > -- > Best regards, > Andrey Lomakin. > > -- > > --- > You received this message because you are subscribed to a topic in the > Google Groups "OrientDB" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/orient-database/Qc8HQoXxXfk/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > 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.
