MXS-2726: Document ccrfilter default behavior

Added an explicit mention of the way the filter works.
This commit is contained in:
Markus Mäkelä 2020-03-02 10:47:58 +02:00
parent b7d0be97ab
commit e2e220de66
No known key found for this signature in database
GPG Key ID: 5CE746D557ACC499

View File

@ -8,9 +8,10 @@ The Consistent Critical Read (CCR) filter allows consistent critical reads to be
done through MaxScale while still allowing scaleout of non-critical reads.
When the filter detects a statement that would modify the database, it attaches
a routing hint to all following statements. This routing hint guides the routing
module to route the statement to the master server where data is guaranteed to
be in an up-to-date state.
a routing hint to all following statements done by that connection. This routing
hint guides the routing module to route the statement to the master server where
data is guaranteed to be in an up-to-date state. Writes from one session do not,
by default, propagate to other sessions.
### Controlling the Filter with SQL Comments