MDEV-34740 mariadb-import: create secondary indexes after data load
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)
Showing
client/import_util.cc
0 → 100644
client/import_util.h
0 → 100644
Please register or sign in to comment