oracle 索引建立小计
发表于:2025-01-21 作者:千家信息网编辑
千家信息网最后更新 2025年01月21日,SQL> create index idx_test on test(id1)tablespace IDX nologging online parallel 4;Index created.SQL>
千家信息网最后更新 2025年01月21日oracle 索引建立小计
SQL> create index idx_test on test(id1)tablespace IDX nologging online parallel 4;Index created.SQL> alter index idx_test noparallel;Index altered.SQL> select degree from dba_indexes where index_name='IDX_TEST';DEGREE----------------------------------------1
在一个24*7的应用上,需要把一个访问量很大的1000万以上数据级别的表的普通索引(a,b)修改成唯一约束(a,b,c)create index idx_test on test(a,b,c) online;alter table test add constraint cons_test unique (a,b,c) using index idx_test;
先移动表的表空间:SQL> alter table test move tablespace LLC;Table altered.再移动索引的表空间:SQL> alter index idx_test rebuild tablespace LLC;Index altered.
查询索引(或者表)在数据文件上的分布:SELECT DISTINCT (b.file_name), a.owner, a.segment_name FROM dba_extents a, dba_data_files b WHERE a.file_id = b.file_id AND a.segment_name = 'IDX_LOTHISTORY_MODULEID' AND a.owner = 'RPT'
重建索引,关注临时表空间的使用:
SELECT round((f.bytes_free + f.bytes_used) / 1024 / 1024, 2) "total MB", round(((f.bytes_free + f.bytes_used) - nvl(p.bytes_used, 0)) / 1024 / 1024, 2) "Free MB", d.file_name "Datafile name", round(nvl(p.bytes_used, 0) / 1024 / 1024, 2) "Used MB", round((f.bytes_free + f.bytes_used) / 1024, 2) "total KB", round(((f.bytes_free + f.bytes_used) - nvl(p.bytes_used, 0)) / 1024, 2) "Free KB", round(nvl(p.bytes_used, 0) / 1024, 2) "Used KB", 0 "Fragmentation Index" FROM sys.v_$temp_space_header f, dba_temp_files d, sys.v_$temp_extent_pool p WHERE f.tablespace_name(+) = d.tablespace_name AND f.file_id(+) = d.file_id AND p.file_id(+) = d.file_id
索引
空间
数据
移动
很大
普通
文件
级别
访问量
应用
查询
小计
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
数据库表字段规范事例
鼓楼区一站式软件开发排名靠前
天津定制软件开发怎么样
文件在线转换服务器下载
服务器业务ip和私网ip
数据库设计时应注意哪些问题
对数据库酒店管理设计的评价
网络安全产业是哪些
企业网络安全审核制度
数据库where连接查询
微信小程序数据库设计
wifi服务器连不上什么原因
信格网络技术有限公司
网络安全防护管理系统
一站式网络技术包括什么
数据库技术学习感受
数据库表达式理解及其构成
福鱼网络技术有限公司
速达数据库用户名密码
天津服务器机箱厂家云空间
数据库怎么获取当前几年
u8 记账 数据库表
外贸通信软件开发
济南市正规浪潮服务器服务商
商络科技-软件开发
ibm服务器 远程管理卡
西安中行软件开发中心待遇
数据库的库名怎么取
西安软件开发驻场咨询
房管局网络安全需求分析