-
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