真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

DBA_TAB_STATISTICS視圖

DBA_TAB_STATISTICS顯示數(shù)據(jù)庫(kù)中所有表的優(yōu)化器統(tǒng)計(jì)信息。它的列與ALL_TAB_STATISTICS中的列相同。
ALL_TAB_STATISTICS顯示當(dāng)前用戶可以訪問(wèn)的表的優(yōu)化器統(tǒng)計(jì)信息。
USER_TAB_STATISTICS顯示當(dāng)前用戶擁有的表的優(yōu)化器統(tǒng)計(jì)信息。此視圖不顯示所有者列。
Column
Datatype
NULL
Description
OWNER
VARCHAR2(30)

Owner of the object
對(duì)象的owner
TABLE_NAME
VARCHAR2(30)

Name of the table
表名
PARTITION_NAME
VARCHAR2(30)

Name of the partition
分區(qū)名
PARTITION_POSITION
NUMBER

Position of the partition within the table
分區(qū)在表中的位置
SUBPARTITION_NAME
VARCHAR2(30)

Name of the subpartition
子分區(qū)的名字
SUBPARTITION_POSITION
NUMBER

Position of the subpartition within the partition
子分區(qū)在表中的位置
OBJECT_TYPE
VARCHAR2(12)

Type of the object:
  • TABLE
  • PARTITION
  • SUBPARTITION
表的類型:
分區(qū)表
子分區(qū)表
NUM_ROWS
NUMBER

Number of rows in the object
表中有多少行記錄
BLOCKS
NUMBER

Number of used blocks in the object
表有多少塊
EMPTY_BLOCKS
NUMBER

Number of empty blocks in the object
表中空塊的數(shù)量
AVG_SPACE
NUMBER

Average available free space in the object
對(duì)象中可用的平均空閑空間
CHAIN_CNT
NUMBER

Number of chained rows in the object
表中發(fā)生行遷移或者行鏈接的數(shù)量
AVG_ROW_LEN
NUMBER

Average row length, including row overhead
平均行長(zhǎng)度,包括行開銷
AVG_SPACE_FREELIST_BLOCKS
NUMBER

Average freespace of all blocks on a freelist
自由列表中所有塊的平均自由空間
NUM_FREELIST_BLOCKS
NUMBER

Number of blocks on the freelist
自由列表上的塊數(shù)
AVG_CACHED_BLOCKS
NUMBER

Average number of blocks in the buffer cache
緩沖區(qū)緩存中的平均塊數(shù)
AVG_CACHE_HIT_RATIO
NUMBER

Average cache hit ratio for the object
對(duì)象的平均緩存命中率
SAMPLE_SIZE
NUMBER

Sample size used in analyzing the table
分析表時(shí)的采樣比例
LAST_ANALYZED
DATE

Date of the most recent time the table was analyzed
最近一次分析表的時(shí)間
GLOBAL_STATS
VARCHAR2(3)

Indicates whether statistics were calculated without merging underlying partitions (YES) or not (NO)
作為一個(gè)整體(分區(qū)表)表的統(tǒng)計(jì)的是否準(zhǔn)確表示是否被用戶統(tǒng)計(jì)信息 ( YES ) or ( NO )
USER_STATS
VARCHAR2(3)

Indicates whether statistics were entered directly by the user ( YES ) or not ( NO )
表示是否被用戶統(tǒng)計(jì)信息 ( YES ) or ( NO )
STATTYPE_LOCKED
VARCHAR2(5)

Type of statistics lock:
  • DATA
  • CACHE
  • ALL
統(tǒng)計(jì)信息的類型:
data
cache
all:表示統(tǒng)計(jì)信息被鎖定
STALE_STATS
VARCHAR2(3)

Indicates whether statistics for the object are stale (YES) or not (NO)
統(tǒng)計(jì)信息是否過(guò)期(yes  過(guò)期)或者(no 未過(guò)期)

當(dāng)前名稱:DBA_TAB_STATISTICS視圖
本文路徑:http://weahome.cn/article/gchssi.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部