[20181026]12c Attribute Clustering特性2.txt Attribute Clustering实际上按照特定的字段组织表,使相同的值聚集起来,总的来讲就是减少索引的聚集因子. One of the really cool new features introduced in 12.1.0.2 is Attribute Clustering. This new table based attribute allows you to very easily cluster data in close physical proximity based on the content of specific columns. --//主要了解信息记录在那个表。 1.环境: SCOTT@test01p> @ ver1 PORT_STRING VERSION BANNER CON_ID ------------------------------ -------------- -------------------------------------------------------------------------------- ---------- IBMPC/WIN_NT64-9.1.0 12.2.0.1.0 Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production 0 2.测试: SCOTT@test01p> @ 10046on 12 Session altered. SCOTT@test01p> create table ziggy2 (id number, code number, name varchar2(30)) clustering by linear order (code,name) without materialized zonemap; Table created. SCOTT@test01p> @ 10046off Session altered. --//检查跟踪执行如下: insert into clst$ (clstobj#, clstfunc, flags) values(:1, :2, :3) insert into clstkey$ (clstobj#, tabobj#, intcol#, position, groupid) values (:1, :2, :3, :4, :5) SCOTT@test01p> select * from sys.clst$ where clstobj# in (select object_id from dba_objects where owner=user and object_name='ZIGGY2'); CLSTOBJ# CLSTFUNC CLSTLASTDM CLSTLASTLOAD FLAGS ---------- ---------- ---------- ------------ ----- 22899 2 3 SCOTT@test01p> select * from sys.clstkey$ where clstobj# in (select object_id from dba_objects where owner=user and object_name='ZIGGY2'); CLSTOBJ# TABOBJ# INTCOL# POSITION GROUPID ---------- ---------- ---------- ---------- ---------- 22899 22899 2 1 0 22899 22899 3 2 0 --// clustering by linear order (code,name) ,2个字段基本能对上。
[20181026]12c Attribute Clustering特性2.txt
来源:这里教程网
时间:2026-03-03 12:10:14
作者:
编辑推荐:
- [20181026]12c Attribute Clustering特性2.txt03-03
- word边框和底纹如何设置03-03
- word行间距和字间距如何调整03-03
- 西山居 3D 射击游戏《尘白禁区》发布停机维护公告,开服时间暂未公布03-03
- oraclePL/SQL与存储过程,函数03-03
- word文档怎么删除页眉和页脚03-03
- word大括号如何设置03-03
- word怎么制作表格03-03
下一篇:
相关推荐
-
雷神推出 MIX PRO II 迷你主机:基于 Ultra 200H,玻璃上盖 + ARGB 灯效
2 月 9 日消息,雷神 (THUNDEROBOT) 现已宣布推出基于英
-
制造商 Musnap 推出彩色墨水屏电纸书 Ocean C:支持手写笔、第三方安卓应用
2 月 10 日消息,制造商 Musnap 现已在海外推出一款 Oce
热文推荐
- 西山居 3D 射击游戏《尘白禁区》发布停机维护公告,开服时间暂未公布
西山居 3D 射击游戏《尘白禁区》发布停机维护公告,开服时间暂未公布
26-03-03 - oraclePL/SQL与存储过程,函数
oraclePL/SQL与存储过程,函数
26-03-03 - oracle角色
oracle角色
26-03-03 - oracle索引,同义词
oracle索引,同义词
26-03-03 - 炮轰微软 Office 功能区界面,LibreOffice 称自家 UI 设计更优秀
- Word如何让表格首行以标题行形式重复出现实现图解教程
Word如何让表格首行以标题行形式重复出现实现图解教程
26-03-03 - 打破数十年静默传统:Rust 版 sudo 工具 sudo-rs 将默认显示密码星号
- AWR收集缓慢、挂起的几种常见情况分析
AWR收集缓慢、挂起的几种常见情况分析
26-03-03 - EBS 多sheet页Excel动态报表开发过程
EBS 多sheet页Excel动态报表开发过程
26-03-03 - 如何将论文中的MathType数学公式修改为小四号字体
如何将论文中的MathType数学公式修改为小四号字体
26-03-03
