sebae banner ad-300x250
sebae intro coupon 30 off
sebae banner 728x900
sebae banner 300x250

Provide a better way for chunking a dump of tables with composite primary key in MySQL Shell

0 views
0%

Provide a better way for chunking a dump of tables with composite primary key in MySQL Shell

Creating a logical dump of large tables may take a long time, thus can lead to performance degradation of application queries running in parallel. Therefore it is very important to create such dumps as fast as possible. Our feature proposal uses all columns in the composite primary key to find a way to dump data in parallel instead of relying on the first integer column like it is currently implemented in MySQL Shell.

Date: July 15, 2026