Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix - Bug/increase history list length (#431)
Overview issue number #430 When using the pymysqlreplication package, there was a recurring issue with the history list length value under the following circumstances: MySQL version 8.x or higher. Continuous execution of DML (Data Manipulation Language) statements. This problem led to a gradual slowing down of SELECT queries. For detailed information, you can refer to the following reference: https://minervadb.xyz/troubleshooting-innodb-history-length-with-hung-mysql-transaction/ As a result, I investigated the problem area and made necessary modifications. After making the changes, you were able to compare the performance before and after the fix, using monitoring tools such as Prometheus and MySQL Exporter. --------- Co-authored-by: davinc71998 <davinc71998@gmail.com> Co-authored-by: sean <sean.k1@kakaoent.com>
- Loading branch information