In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Starting with oracle 12.1.0.2, index can be compressed through COMPRESS ADVANCED LOW when creating an index
Grammar
Create index index_name on table_name (col_name) COMPRESS ADVANCED LOW
Alter index index_name REBUILD COMPRESS ADVANCED LOW
Compressed space contrast
Create table ddeng as select * from dba_objects Create index idx_ddeng on ddeng (object_id,object_name,owner);-- temporary space size SQL > select segment_name,bytes/1024/1024 from dba_segments where segment_name = 'IDX_DDENG' SEGMENT_NAME BYTES/1024/1024--IDX_DDENG 80 muri-compressed SQL > alter index idx_ddeng REBUILD COMPRESS ADVANCED LOW;Index altered.SQL > select segment_name,bytes/1024/1024 from dba_segments where segment_name = 'IDX_DDENG' SEGMENT_NAME BYTES/1024/1024--IDX_DDENG 22
Enable COMPRESS ADVANCED LOW when the dba_indexes.compression value is displayed as Enable
Note:
Advanced index compression is not supported for bitmap indexes or index-organized tables.
Advanced index compression cannot be specified on a single column unique index.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.