Have been told that using count(*) is slower and uses more resources than count(rowid).
Having run a number of counts on a large table it appears that the timings are all over the place. This is probably due to other processes running when I do the tests.
What are the backgrounds reasons for this, and are they valid. I am trying to speed up selects as part of procedures and would be interested in any ideas as the whether they're worth changing.
simmo
Having run a number of counts on a large table it appears that the timings are all over the place. This is probably due to other processes running when I do the tests.
What are the backgrounds reasons for this, and are they valid. I am trying to speed up selects as part of procedures and would be interested in any ideas as the whether they're worth changing.
simmo