A friend came across an interesting suggestion for speeding up the database interactions on my local development environment on this page:
http://drupal.org/node/469086
Basically it's just some changes to mysql's my.ini configuration file:
innodb_buffer_pool_size = 1G
innodb_flush_log_at_trx_commit = 2
innodb_thread_concurrency=8
transaction-isolation=READ-COMMITTED
Then restart mysql.
The improvement will probably vary.
I changed this code in my configuration file but still it's same as before..
ReplyDeleteRemember to restart mysql, and flush your drupal caches too. The improvement might not be staggering but I hope it helps.
ReplyDelete