huguozhi 发表于 2008-06-10 15:57

如何查看某表index的fillfactor

虽然从onstat -c|grep -i fillfactor
FILLFACTOR      90            # Fill factor for building indexes

可以看到当前的配置,

但有无办法看到某表index建立时引用的FILLFACTOR是多少呢?

dbschema -ss好像是看不到的

日月如尧 发表于 2008-06-11 11:03

关注一下,我也不知道怎么看index建立时引用的FILLFACTOR是多少

wuicpp 发表于 2008-06-11 12:02

dbschema -d db_name -t tab_name -ss 输出的创建表脚本及表上索引的脚本里面如果有fillfactor就是自定义大小,如果没有就是onconfig中默认大小。

huguozhi 发表于 2008-06-11 15:01

回复 #3 wuicpp 的帖子

dbschema -ss也看不到的

waikontheroad 发表于 2008-06-12 14:59

偶也很想知道。。。。
页: [1]
查看完整版本: 如何查看某表index的fillfactor