I'm not experienced mysql dba, but in oracle, informix rdbms faster create indexes after filling table.
I see in patch.sql statements CREATE TABLE, CREATE INDEX, insert into
May be faster CREATE TABLE, insert into, CREATE INDEX ?
I see in patch.sql statements CREATE TABLE, CREATE INDEX, insert into
May be faster CREATE TABLE, insert into, CREATE INDEX ?
Comment