SIMD-based Character Set Processing Optimization
Application scenario: In MySQL read-only OLTP scenarios, the CPU usage of functions related to character set processing is high.
Technical principle: In utf8/utf8mb4 character set processing, SIMD-based parallel processing is implemented for ASCII characters to improve the processing throughput.
Performance metric: The sysbench read performance is improved by 10%.

Parent topic: MySQL Optimization Features