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.

  • Adherence to ACID Promises

    This section explains the ways in which Geode’s implementation of optimistic transactions provides ACID semantics.

  • Code Examples

    An application-based transaction and a transaction embedded in a function provide examples to model.

  • Design Considerations

    Designs that extend beyond the basics introduce other considerations. This section identifies and discusses how transactions interact with other aspects of the system.