Bug #26527 LOAD DATA INFILE extremely slow with partitioned table
mysql_load calls hander::start_bulk_insert(0) to prepare caches for big inserts. As ha_partition didn't allow these caches for underlaying tables, the inserts were much slower
Showing
Please register or sign in to comment