Reply to Re: very slow query (select count(*) from table)
Posted by joeNOSPAM@BEA.com on 02/15/06 18:52
If you don't already have a unique index on this table, making an
index of that sort would help. The smaller the index (eg: on an int
column) the better.