Re: Slow query performance
Matt,
count(*) (you use in explain) and count(BLOCKGROUP_ID) are pretty different.
count(*) - counts all records.
count(BLOCKGROUP_ID) - counts all records with not null BLOCKGROUP_ID
so, 'explains' for them can differ.
could you please to provide explain for
SELECT COUNT(BLOCKGROUP_ID) FROM BLOCKGROUP_DEMOGRAPHIC;
?
Subject
Views
Written By
Posted
5538
October 13, 2004 05:23PM
2905
October 13, 2004 10:01PM
Re: Slow query performance
2945
October 13, 2004 10:48PM
2822
October 14, 2004 08:50AM
2973
October 14, 2004 07:08PM
2693
October 14, 2004 11:33PM
2699
October 15, 2004 12:30AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.