国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 數據庫 > Oracle > 正文

Oracle中檢查是否需要重構索引的sql

2020-07-26 14:23:34
字體:
來源:轉載
供稿:網友
復制代碼 代碼如下:

SELECT
height, /*Height of the B-Tree*/
blocks, /* Blocks in the index segment */
name, /*index name */
lf_rows, /* number of leaf rows in the index */
lf_blks, /* number of leaf blocks in the index */
del_lf_rows, /* number of deleted leaf rows in the index */
rows_per_key /* average number of rows per distinct key */
blk_gets_per_access /* consistent mode block reads (gets) */
FROM INDEX_STATS
WHERE NAME='INDEX_NAME';

復制代碼 代碼如下:

ANALYZE index INDEX_NAME VALIDATE STRUCTURE


HEIGHT:
This column refers to the height of the B-tree index, and it's usually at the 1, 2, or 3 level.
If large inserts push the index height beyond a level of 4, it's time to rebuild, which flattens the B-tree.

DEL_LF_ROWS:
This is the number of leaf nodes deleted due to the deletion of rows.
Oracle doesn't rebuild indexes automatically and, consequently, too many deleted leaf rows can lead to an unbalanced B-tree.

BLK_GETS_PER_ACCESS:
You can look at the BLK_GETS_PER_ACCESS column to see how much logical I/O it takes to retrieve data from the index. If this row shows a double-digit number, you should probably start rebuilding the index.
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 洛隆县| 咸丰县| 隆尧县| 阜南县| 滨州市| 南丹县| 高青县| 抚远县| 甘肃省| 汉中市| 大安市| 灯塔市| 舞钢市| 安丘市| 涿鹿县| 农安县| 郴州市| 郯城县| 蒙山县| 连江县| 买车| 叙永县| 常宁市| 乌鲁木齐县| 唐河县| 博野县| 务川| 开原市| 濉溪县| 东源县| 罗甸县| 那曲县| 临泽县| 黄骅市| 宝应县| 广平县| 白玉县| 克拉玛依市| 图片| 恩平市| 荔浦县|