Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/ea65bbfb9b6d670c#
We should get rid of multi-column indexes in database or at least create
individual indexes for these columns.
Also Price field index is missing in product prices table.
ALTER TABLE `inp_ProductsPricing` ADD INDEX ( `Price` ); # not on dev though
--
Best Regards,