Benoit Chesneau
2017-10-15 13:09:36 UTC
In the doc i can read that transactions arr handled serially:
« Transactions are submitted to the system's Transactor component, which processes them serially and reflects changes out to all connected peers »
and later it states :
« Since the transactor is not processing queries (they are handled in the peers), no locking is required and the processing is very fast. »
This part I donât understand. doesnât the transactor still have to lock for 2 concurrent writes on the same attribute of an entity? Or does it means that all writes are handled sequentially?
benoît
« Transactions are submitted to the system's Transactor component, which processes them serially and reflects changes out to all connected peers »
and later it states :
« Since the transactor is not processing queries (they are handled in the peers), no locking is required and the processing is very fast. »
This part I donât understand. doesnât the transactor still have to lock for 2 concurrent writes on the same attribute of an entity? Or does it means that all writes are handled sequentially?
benoît
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.