Understanding MaxScale's Smart Router
This page is part of MariaDB's Documentation.
The parent of this page is: Smart Router
Topics on this page:
Overview
MaxScale's Smart Router (smartrouter) is designed to be used with deployments. It determines whether a a query is better suited for the transactional or the analytical database, and it routes it to that server.
When to Use the Smart Router?
The Smart Router (smartrouter) allows you to:
Route transactional queries to the transactional database.
Route analytical queries to the analytical database.
Next steps: