- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
1#
发表于 2012-1-31 22:24:27
|
查看: 5953 |
回复: 2
Agenda
Partitioning advantages
Partitioning existing objects
Naming conventions
What's new with 10g
Partitioned indexes—a global problem
Tips and Tricks
该文档总结了split partition的一些经验“
Index
invalid indexes and unusable index partitions is the nature of the beast if not local
only way to add to a table that uses maxvalue
keep ahead of yourself allowing no less than 2 empty partitions before last
can avoid invalidating index components
Empty partitions = valid and usable indexes
Splitting affect
If there are rows in the 2 partitions after the split
global index partitions unusable
non-partitioned indexes invalid
local index partitions involved in the split unusable, others still fine
No rows in 1 or both partitions should not invalidate any indexes or index partitions
USER_INDEXES, USER_IND_PARTITIONS, USER_IND_SUBPARTITIONS
Managing Partitioned Objects Can be a Nightmare.ppt
(663 KB, 下载次数: 5, 售价: 5 金钱)
|
|