Installing D7 on my machine takes 2:02.
I changed the default table type from InnoDB to MyISAM and tried it again. It took 29s.

Anything we can do to speed up the install for InnoDB?

Comments

jbrown’s picture

Issue tags: +Performance

setting innodb_flush_log_at_trx_commit = 0 reduces the install time to 46 for innodb

xmarket’s picture

If you want to tuning InnoDB, you should take a look at this:

http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimi...

Anonymous’s picture

Berdir’s picture

I'm wondering if we can close this.

Creating tables in InnoDB *is* slower but it can be improved by tuning InnoDB.

Damien Tournoud’s picture

Status: Active » Closed (works as designed)

Nothing much we can do.