Routers for MariaDB MaxScale 2.4
This page is part of MariaDB's Documentation.
The parent of this page is: Reference for MariaDB MaxScale 2.4
Topics on this page:
Overview
MariaDB MaxScale 2.4 supports multiple routers.
Reference material is available for MariaDB MaxScale 2.4.
MariaDB MaxScale 2.4 Routers
The following Routers are supported by MariaDB MaxScale 2.4:
Router | Type | Description |
---|---|---|
Replication | Avro Router renders Binary Log events to JSON or Avro files and passed through the CDC Protocol to other services, like Kafka or Hadoop | |
Replication | Binary Log Router serves binlog events to Replica Servers | |
Query | Cat Router sends queries to all Servers | |
Admin | Command-line Interface used by MaxAdmin | |
Query | Hint Router uses routing hints to specify where to send queries | |
Admin | MaxInfo Router retrieves information on MariaDB MaxScale | |
Query | Read Connection Router balances the query load across the available Servers | |
Query | Read/Write Splitter sends write operations to the Primary Server and balances the query load of read operations between the Replica Servers | |
Query | Schema Router provides simple sharding of data across multiple Servers | |
Query | Smart Router sends queries to the Server or Cluster best able to handle the workload |
To see Routers supported in other versions, see "Routers by MariaDB MaxScale Version".