Archiving MariaDB Database with Mq and Tee filters
This whitepaper is about how to use MariaDB MaxScale filters for Archiving MariaDB database. We have considered two MariaDB / MySQL servers in this exercise, one is the MariaDB Production Database Server and other one for Archiving MariaDB Production Database Server . We have also accommodated RabbitMQ and MariaDB MaxScale servers in their respective Instances .
Instance Details | IP |
MariaDB Production Database Server | 192.168.56.101 |
MariaDB Archive Database Server | 192.168.56.102 |
Our use case is a MariaDB Production Database Server and MariaDB archive Database Server where only INSERT, UPDATE AND …
[Read more]