I ran over the code of multi operation, however, I found only
write(create/putData/delete) and version check operation.
In that case, it may be difficult that implement Compare-and-swap
operation or multi read request with effect, because it has to return
the value of old value or new value.
If I have a misunderstand, please tell me.
(2011/09/24 10:44), OZAWA Tsuyoshi wrote:
Thank you for your indication.
It means that Accord can reads multi nodes atomically in one transaction.
Accord also support server-side compare operation(scmp) between path1
and path2 for restricting network traffic and latency.
(2011/09/24 5:52), Ted Dunning wrote:
This is not correct. You can mix and match reads, writes and version
checks
in a multi.
2011/9/23 OZAWA Tsuyoshi<[email protected]>
- Limited Transaction APIs. ZK can only issue write operations (write,
del) in a transaction(multi-update).