I noticed a comment on the 2.6 site that the "The redundant "SQL Count" field has been removed", and wondered if all that the count query was doing was allowing the percentage done to be shown when fetching data. I therefore used select count(*) from dual as a stub, to see if this would improve data fetch times when using the scheduler, and it practically halfed them. There seems to be no downside to this - am I correct?