I have been working on some hybrid MariaDB setups lately and one of the more recent cool features that I have become familiar with is their GTID implementation. GTID - Global Transaction ID consists of a sequence of three numbers with the following format X - Y - Z. X - Domain ID 32 bit …