I'm a graduate school student researching OLAP with Mondrian OLAP. So I want to insert data into InnoDB (MySQL 5.5) faster at the initial loading. In this environment, the only user is me, so I think can allow more loose settings for insertion speed. At the moment, I'm using the following techniques. disable log_bin enable skip-innodb-doublewrite set transaction_isolation to READ-COMMITTED or READ
