Hi Abhijith, the GTID in MySQL and MariaDB are quite different in their construction but the purpose behind them is the same they help databases uniquely identify a single transaction. You will have to read up MySQL documentation as to what makes the GTID, all I know is that it's much more complex. However, in MariaDB the construction of GTID is quite simple "Domain ID - Server ID - Transaction ID"
Hi Bro,
This is the one of the best video i ever seen. Nice explanation of GT-id.
Thank you so much and keep it up bro
So glad you found mu humble attempt useful :)
Very well done. Your example that explains the value of the server-id in the GTID really clarifies why it is done the way it is.
I am so glad this effort was able to help you. GTID is a bit of a complete topic and really important that we understand it and how it's used.
good👍 explanation
Thank you 😃
What’s gtid difference between MySQL mariadb
Hi Abhijith, the GTID in MySQL and MariaDB are quite different in their construction but the purpose behind them is the same they help databases uniquely identify a single transaction. You will have to read up MySQL documentation as to what makes the GTID, all I know is that it's much more complex.
However, in MariaDB the construction of GTID is quite simple "Domain ID - Server ID - Transaction ID"