2015-10-15 10:58 GMT+03:00 Alexey Kuznetsov <[email protected]>:
>
> Also it is not clear for me, how transaction order is assigned /
> calculated?
> If I start transaction t1 on none n1 and t2 on node n2, how it will be
> calculated?
>
I believe that we can utilize nearXidVersion for this ordering (or some
sort of it's modification). Since cache version contains local order,
topology version and node ID and also is comparable, it is guaranteed that
nearXidVersion is always unique and there is always an unambiguous order
between any two Xid versions.

Reply via email to