国产探花免费观看_亚洲丰满少妇自慰呻吟_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.
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 台湾省| 西乌| 张家界市| 兴仁县| 惠安县| 竹北市| 黄陵县| 德格县| 太湖县| 玉山县| 尼木县| 宽城| 泽州县| 德惠市| 泗洪县| 启东市| 来安县| 古浪县| 淳化县| 东城区| 太原市| 皮山县| 大港区| 库尔勒市| 临江市| 错那县| 于田县| 多伦县| 长汀县| 宜春市| 揭东县| 延长县| 同心县| 中江县| 资兴市| 会昌县| 江安县| 奎屯市| 兴海县| 涿鹿县| 茌平县|