Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Histograms - SIZE clause & num_buckets anamoly
Hi all,
Version:- 9.2.0.1 Enterprise Edition
OS: Win2K
Have RTFM, STFW, RTFAT etc. etc. without much luck. Here's the case:
On gathering stats with different options of SIZE clause I am getting different (an unexpected) number of buckets. Please see below:
OWNER COUNT(*) ------------------------------ ---------- CAJ 15 CDJ 1 CJ 16 HR 1088 OLAPSYS 14176 OUTLN 224 PERFSTAT 2752 REPOS 26496 SYS 131392 SYSTEM 12256 WMSYS 4128
11 rows selected.
PL/SQL procedure successfully completed.
NUM_DISTINCT NUM_BUCKETS
------------ -----------
11 4
How come there are only four buckets created even though I specified size as 11? Could it be histogram compression?
PL/SQL procedure successfully completed.
PL/SQL procedure successfully completed.
NUM_DISTINCT NUM_BUCKETS
------------ -----------
11 10
Now there are 10 buckets which is correct. But why this discrepancy? Can anybody please enlighten? Any references regarding Histograms (especially Histograms compression) will be highly appreciated. I haven't copied USER_TAB_HISTOGRAMS output here. Please let me know if any other information is required.
Thanks & regards,
Charu.
This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Mon Aug 02 2004 - 06:28:17 CDT
![]() |
![]() |