Query and Transaction size in MySQL
Some times it's important to know the size of a transaction, especially when you plan to migrate to a HA solution where by default transactions have a limited size to guarantee an optimal behavior of the cluster.
Today we will see the different possibilities to have an idea of the size of transactions.
First we need to split the t
https://lefred.be/content/query-and-transaction-size-in-mysql/
#8.0 #MySQL #MySQL8.0 #MySQLShell #Performance_Schema