Geode Cache Transactions
Use Geode cache transactions to group the execution of cache operations and to gain the control offered by transactional commit and rollback. Geode cache transactions control operations within the Geode cache while the Geode distributed system handles data distribution in the usual way.
-
Cache transaction performance can vary depending on the type of regions you are using.
Data Location for Cache Transactions
The location where you can run your transaction depends on where you are storing your data.
How to Run a Geode Cache Transaction
This topic describes how to run a Geode cache transaction.
How to Run a Geode Cache Transaction that Coordinates with an External Database
Coordinate a Geode cache transaction with an external database by using CacheWriter/CacheListener and TransactionWriter/TransactionListener plug-ins, to provide an alternative to using JTA transactions.
Working with Geode Cache Transactions
This section contains guidelines and additional information on working with Geode and its cache transactions.
How Geode Cache Transactions Work
This section provides an explanation of how transactions work on Geode caches.