[MXS-1067] Query hint to influence Consistent Critical Read Filter Created: 2016-12-19 Updated: 2017-06-12 Resolved: 2017-06-12 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | ccrfilter |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.0 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Heinz Wiesinger | Assignee: | Esa Korhonen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-35 |
| Description |
|
The Consistent Critical Read Filter has "ignore" and "match" settings for the config. Sometimes it might be handy or easier to specify which queries should be matched/ignored directly in the code. Query hints could enable this. For example:
would tell maxscale to apply the ccr filter to the query, and
would tell maxscale to not apply the ccr filter |