[MXS-4123] Fast Universal causal_reads Created: 2022-05-09 Updated: 2023-06-05 Resolved: 2023-06-05 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | None |
| Fix Version/s: | 23.08.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Faisal Saeed (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | MXS-SPRINT-183 | ||||||||
| Description |
|
As an extension to the `causal_reads=universal` which covers causality at a universal scale across multiple MaxScale nodes, a `fast_universal` is also needed for cases where apps cannot wait for the `causal_reads_timeout` before routing the query to the Primary. This is particularly very critical for apps that require consistent reads and have multiple MaxScale nodes routing queries to the backend MariaDB servers. |