size difference in identical composite indexes
the difference between the two indexes.
---- Facts ----
Oracle 10.2.0.5
Index tablespace block size 8K (both indexes built with identical storage parameters)
Table is approximately 800M (freshly imported and indexes freshly built)
Index one: (DIST_NBR, SIZE_NBR, STORE, REC_NBR) compress 3 size is 768M
Index two: (REC_NBR, DIST_NBR, SIZE_NBR, STORE) compress 3 size is 323M
Rebuild index one as uncompressed and it is considerablly smaller (596M)