Apache Geode
CHANGELOG
Transactions
This section describes Geode transactions.
Geode offers an API for client applications that do
transactional work.
Geode implements optimistic transactions,
with the familiar begin, commit, and rollback methods
that implement the same operations as in
relational database transactions methods.
-
This section explains the ways in which Geode’s implementation of optimistic transactions provides ACID semantics.
-
An application-based transaction and a transaction embedded in a function provide examples to model.
-
Designs that extend beyond the basics introduce other considerations. This section identifies and discusses how transactions interact with other aspects of the system.