[consulting] Drupal server requirements
Khalid B
kb at 2bits.com
Mon Mar 27 20:22:23 UTC 2006
Hi Lists.
John is a long time member and contributor, and I am sure that his comments
were not directed at anyone in particular. He has a very high traffic Drupal
site and had to struggle to get the scalability he needs, and this is why
he concluded that MyISAM is a bottleneck.
> where during the install process are we supposed to "[not] let Drupal's installer use
> MyISAM"?
You have to change the database/database.mysql file to remove all
) TYPE=MyISAM;
and replace it with
) TYPE=InnoDB;
Then create the tables.
More information about the consulting
mailing list