By default, optimize the tables on the source database server. This is
to flush index data to file before copying. Add new flag: --noopt (Optional) Skip the optimization step. The database tables are optimized (as with "OPTIMIZE TABLE") to flush the index data onto disk. This may be a time consuming operation for very large tables. The --noopt flag disables the optimization.
Showing
Please register or sign in to comment