Oracle Hybrid Columnar Compression(HCC) 混合列壓縮
混合列壓縮包含以下兩種:
-
Warehouse Compression
-
Archive Compression
Migration and Best Practices
-
對於新建表和分割槽可以在建表時帶上"COMPRESS FOR QUERY HIGH"。
create table ... column store compress for query high;
也可以使用一下方式:
... column store compress for query low.
... column store compress for archive low.
... column store compress for archive high.
-
對於已經存在的表可以使用一下方法開啟HCC。
-
alter table ... column store compress for query high;
這種開啟方式僅會對後續的dml操作進行壓縮, 對於已經在表中的資料仍然是未壓縮的。
-
Online Redefinition (DBMS_REDEFINITION)
-
alter table ... move column store compress for query high;
-
alter table ... move table/partition/subpartition ... online;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21374452/viewspace-2772348/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 混合列壓縮(HCC)在OLAP及OLTP場景中的測試
- [20180725]exadata的hcc壓縮與dml更新.txt
- Nginx R31 doc-11-Compression and Decompression 壓縮與解壓縮Nginx
- Exadata混合列壓縮功能與INSERT語句BF
- 並查集系列之「路徑壓縮( path compression ) 」並查集路徑壓縮
- oracle 的表壓縮Oracle
- oracle壓縮表(二)Oracle
- oracle壓縮表(一)Oracle
- Hybrid 混合App開發APP
- hybrid混合編譯開發 更新編譯
- Redshift關於列的壓縮格式
- Nginx網路壓縮 CSS壓縮 圖片壓縮 JSON壓縮NginxCSSJSON
- Oracle RMAN備份以及壓縮原理分析Oracle
- 檔案壓縮和解壓縮
- Python實現壓縮和解壓縮Python
- JS壓縮方法及批量壓縮JS
- linux下壓縮解壓縮命令Linux
- linux壓縮和解壓縮命令整理Linux
- 專案效能優化之用compression-webpack-plugin外掛開啟gzip壓縮,以vue為例優化WebPluginVue
- Linux tar分卷壓縮與解壓縮Linux
- CentOS 壓縮解壓CentOS
- Linux壓縮解壓Linux
- Hybrid小程式混合開發之路 – 資料互動
- 前端架構之移動端混合架構(hybrid)前端架構
- linux 高效壓縮工具之xz的壓縮解壓使用Linux
- Linux中檔案的壓縮和解壓縮Linux
- Gzipped 壓縮
- 打包/壓縮
- linux分卷壓縮解壓Linux
- linuxtar解壓和壓縮Linux
- 壓縮包格式有哪些?壓縮包格式大全
- ppt怎麼壓縮,ppt壓縮的技巧分享
- 壓縮Word,一鍵實現Word文件壓縮
- 分卷壓縮怎麼解壓 快速解壓電腦分卷壓縮檔案方法
- Linux 常用的壓縮與解壓縮命令詳解Linux
- Linux下的tar壓縮解壓縮命令詳解Linux
- Linux有問必答:如何在命令列下壓縮JPEG影像Linux命令列
- .NET 壓縮/解壓檔案