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
1184
January 21, 2021 06:46AM
532
January 21, 2021 05:53PM
Re: MySQL 8.0 InnoDB Cluster Size of Transactions
565
January 22, 2021 04:10AM
483
January 22, 2021 09:55AM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
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.