Hi,
I was wondering if there was any way to speed up database queries done in MySQL/PHP (standard Xampp configuration) by changing settings in php.ini, my laptop settings, etc - (i.e. anything other than improving the basic query in my php scripts, e.g. changing settings to use more RAM, etc).
The database I'm working with holds close to 20million records, and doing queries that updates all the records is taking most of the day to complete.
Thanks