MXS-2726: Document ccrfilter default behavior
Added an explicit mention of the way the filter works.
This commit is contained in:
parent
b7d0be97ab
commit
e2e220de66
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user