我要评分
获取效率
正确性
完整性
易理解

Binlog writeset_history Optimization

Application scenario: MySQL write-only OLTP

Technical principle: The std::map used by m_writeset_history is replaced with the hash map data structure to reduce the time complexity of insertion and search to O(1), improving efficiency.

Performance metric: The sysbench write-only tests show that the feature can improve the performance of Percona-Server 5.7.44-53 running on a container with 8 vCPU and 16 GB memory by 5%.