Moving Apache Ignite into Production: Best Practices for Distributed Transactions

Watch this webinar to understand how to optimize the performance of distributed transactions when using Apache Ignite.

Presentation slides: https://www.gridgain.com/resources/webinars/moving-apache-ignite-into-p…

The Apache Ignite transactional engine can execute distributed ACID transactions which span multiple nodes, data partitions, and caches/tables. This key-value API differs slightly from traditional SQL-based transactions but its reliability and flexibility lets you achieve an optimal balance between consistency and performance at scale by following several guidelines.

Our presenter, Ivan Rakov, is an Apache Ignite Committer and GridGain Lead Architect who is involved in the development of the Ignite transactional feature. He will provide his insights on how to use Ignite transactions and prepare transactional workloads for production depending on specific use cases. You will learn the following:

How to select concurrency and isolation modes for your application requirements
How to avoid deadlock-free transactions or troubleshoot/recover from deadlocks if they occur
How to ensure that transactions do not freeze the cluster: timeout and other essential configuration properties