Understanding MaxScale's Hint Filter
This page is part of MariaDB's Documentation.
The parent of this page is: Hint Filter
Topics on this page:
Overview
MaxScale's Hint Filter (hintfilter) allows services to interpret routing hints, which can be specified in a comment when a query is executed.
When to Use the Hint Filter?
The Hint Filter (hintfilter) allows you to:
Route a query to a to primary server based on a hint in a comment
Route a query to a to replica server based on a hint in a comment
Route a query to a to specific server based on a hint in a comment
Next steps: