In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-23 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.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.