Comment 11 for bug 1362212

Revision history for this message
Steffen Boehme (boemm) wrote :

The first query performs bad, so we added this index:

alter table DownloadConfirmation add index (downloadCompleted, platform, fulfillerId, executionId);

Afterwards the first query was pretty fast, but for the second one the unperformant index was used.