Hallo everyone,
if I am creating a session table with command DECLARE GLOBAL TEMPORARY TABLE, and I want to implement row compression, do I have to explicitely COMPRESS YES ?
I am really not sure, because in the manual:
Thank you for the advice.
Regards,
Ratna:)
if I am creating a session table with command DECLARE GLOBAL TEMPORARY TABLE, and I want to implement row compression, do I have to explicitely COMPRESS YES ?
I am really not sure, because in the manual:
Code:
the row compression for temporarily table is automatically activated from DB2 Storage Optimization
Regards,
Ratna:)