| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Index Rebuilds
What is the result of this query?
> select count(*)
> from
> objects where type = 'live'
I.e., how many rows have type = 'live'?
--Terry
> LBLKS: 66653
> BlVL: 3
> CF: 679426
> NROWS: 829734
> AVG_DATA_BLK/KEY: 2
>
> Coalescing the index got the lblks to 11k and the desired plan
> however, the performance is still under water. 10046 trace on the sql
> is
>
> select count(*)
> from
> objects where type = 'live'
>
>
> call count cpu elapsed disk query current
rows
> ------- ------ -------- ---------- ---------- ---------- ---------- ----
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Jul 28 2006 - 20:22:57 CDT
![]() |
![]() |