Quote:
|
Originally Posted by JAYANTA_DATTA
Are you sure INDEX can be COMPRESSED in V9.5 in OS/390? In LUW, it's not possible.
|
Yes, it can. Actually, compression is only applied to the leaf pages, and it uses a fixed algorithm, i.e., one that does not depend on a compression dictionary. (Or stated otherwise, it depends on a single, fixed, built-in dictionary.)
After compression, the leaf pages must have been reduced to (less than) 4K, which was the (uncompressed) index page size limit in older versions of DB2 for z/OS. Through compression, the actual, uncompressed size of the leaf pages can now be 8K, 16K or 32K.