Add index on timestamp.
function aggregator_update_7004() { if (!db_index_exists('aggregator_item', 'timestamp')) { db_add_index('aggregator_item', 'timestamp', array( 'timestamp', )); } }