I agree with Jurij. I use count(rowid) instead of count(*). It is quicker. Even count(1) works more quicklt than count(*).