DB2 V9.7 索引压缩新特性都表现在什么地方?
时间:2025-11-03 12:27:17 出处:IT科技阅读(143)

复制db2 "create table t1 (col1 int) compress yes" db2 "create index idx_col1 on t1(col1) " db2 "select substr(INDNAME,索缩新1,18),substr(TABNAME,1,18),COMPRESSION,PCTPAGESSAVED from syscat.indexes where tabname=T1" 1 2 COMPRESSION PCTPAGESSAVED IDX_COL1 T1 Y -1 1.2.3.4.5.6.7.
分享到:
温馨提示:以上内容和图片整理于网络,仅供参考,希望对您有帮助!如有侵权行为请联系删除!