Any client libraries that implement MVCC over Amazon SimpleDB?
Posted
by DavidJ
on Stack Overflow
See other posts from Stack Overflow
or by DavidJ
Published on 2010-03-16T19:37:20Z
Indexed on
2010/03/16
19:41 UTC
Read the original article
Hit count: 373
Now that Amazon's SimpleDB implements consistent reads and conditional update/delete it is possible to implement cross-domain transactions using MVCC.
Are there any client libraries that provide it?
© Stack Overflow or respective owner