MaxScale Optimistic Transaction Execution Filter
Improve performance for read-heavy transactions. This filter attempts to execute transactions on replicas first falling back to the primary only if a write occurs.
Overview
Configuration
[OptimisticTrx]
type=filter
module=optimistictrx
[MyService]
...
filters=OptimisticTrxmaxctrl create filter OptimisticTrx optimistictrx
maxctrl alter service-filter MyService OptimisticTrxLast updated
Was this helpful?

