I am trying to install replication on several MariaDB servers. With no experience at all on this.
I am wondering something.
Would it be possible to have both servers acting simultaneously as master and as slave for each others, for different databases?
The idea would be replicating some databases from one main server to a slave server, then running some periodical heavy loading post-processing on these databases replications on the slave, writing results to other database(s), then replicating back these resulting databases from the slave server to the master server, meaning that for these resulting databases, the slave would become master and the master would become slave.
(unless it would be possible to filter replication on tables rather than on databases?)