文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>expdp, impdp characteristic 特性--索引

expdp, impdp characteristic 特性--索引

时间:2010-11-26  来源:itpremier

impdp characteristic 特性:

1, the dump file by expdp does not contain index data, although it contains the DDL statements of index . I guess it's because of the ROWID . When you load data into the destination table by impdp. The ROWID value of index will get changed. So it is meaningless store index data in dump file.

2, table_exists_action = append.

when impdp data , if the table which will be loaded already exists in the destination . this parameter will skip the TABLE DDL statement. Just load data into dest table. Note it will also skip the DDL of index creation of the table.

3, skip_unusable_indexes =y

If you do not specify this parameter, and if the dest index is in unusable state. The impdp tool will automatically rebuild the index and make the index valid.

If you clearly specify the parameter skip_unusable_indexes =y, then impdp will skip the index maintance , after load data. The index state is unusable still.

4, the destination table with one index degrade performance for 50% about.


相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载