v.19.14Improvement
Rewritten Mysql Compatibility Server to Prevent Loading Full Packet Payload in Memory
Rewritten MySQL compatibility server to prevent loading full packet payload in memory. Decreased memory consumption for each connection to approximately 2 * DBMS_DEFAULT_BUFFER_SIZE (read/write buffers). #5811 (Yuriy Baranov)Why it matters
This feature addresses high memory consumption issues by reducing the memory footprint of each connection to about2 * DBMS_DEFAULT_BUFFER_SIZE, improving resource efficiency and stability for MySQL compatibility server connections.