• Vladislav Vaintroub's avatar
    MDEV-34740 mariadb-import: create secondary indexes after data load · d4910a82
    Vladislav Vaintroub authored
    Parse CREATE TABLE statement, to perform data load without
    secondary indexes. i.e temporarily drop secondary indexes and constraints
    and recreate them after LOAD DATA INFILE.
    
    This reduces random IO, and LOADING time, in many cases.
    
    The behavior is guarded  by the new innodb_optimize_indexes option(default)
    d4910a82
mysqlimport.cc 37.7 KB