Re: MySQL 8.0 InnoDB Cluster Size of Transactions
Hello,
To have a good overview of the size of a transaction, the best is to verify what's written on the binary log.
So before moving to MySQL InnoDB Cluster, I recommend you to verify the size of those trx parsing the binary log (or binlog events).
I've also written a MySQL Shell Plugin that allows you to verify this:
https://github.com/lefred/mysqlshell-plugins/wiki/check#showtrxsizesort
binlog_row_image and binlog_transaction_compression also affects this.
Regards,
Subject
Views
Written By
Posted
986
January 21, 2021 06:46AM
465
January 21, 2021 05:53PM
Re: MySQL 8.0 InnoDB Cluster Size of Transactions
499
January 22, 2021 04:10AM
414
January 22, 2021 09:55AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.