Subject Why does it take hours to perform a select count(*) on a table with 586,000 recs
Author nathanawork
I have a table with 586,000 records. When I try to get a record count
using select count(*) from table, it takes hours. Why is this? How can
I get a quick count?