티스토리 뷰
Miscellaneous Information about Creating Indexes on Partitioned Tables
You can create bitmap indexes on partitioned tables, with the restriction that the bitmap indexes must be local to the partitioned table. They cannot be global indexes.
Global indexes can be unique. Local indexes can only be unique if the partitioning key is a part of the index key.
Using Partitioned Indexes in OLTP Applications
Here are a few guidelines for OLTP applications:
-
Global indexes and unique, local indexes provide better performance than nonunique local indexes because they minimize the number of index partition probes.
-
Local indexes offer better availability when there are partition or subpartition maintenance operations on the table.
-
Hash-partitioned global indexes offer better performance by spreading out contention when the index is monotonically growing. In other words, most of the index insertions occur only on the right edge of an index.
Using Partitioned Indexes in Data Warehousing and DSS Applications
Here are a few guidelines for data warehousing and DSS applications:
-
Local indexes are preferable because they are easier to manage during data loads and during partition-maintenance operations.
-
Local indexes can improve performance because many index partitions can be scanned in parallel by range queries on the index key.
Partitioned Indexes on Composite Partitions
Here are a few points to remember when using partitioned indexes on composite partitions:
-
Subpartitioned indexes are always local and stored with the table subpartition by default.
-
Tablespaces can be specified at either index or index subpartition levels.
'데이터베이스 > 오라클' 카테고리의 다른 글
AWR report 사용시 license 주의 사항 (0) | 2009.11.13 |
---|---|
일본의 Oracle (0) | 2009.05.13 |
9i, 10g cbo 옵티마이저 사용시 주의 사항 (0) | 2008.02.11 |
오라클 DEPENDANCY CHECK SQL (0) | 2008.01.22 |
오라클 DB 오브젝트 현황표 만들기 (0) | 2008.01.22 |
DBA 는 얼마나 시간을 쓰나?(오라클 PT자료 중에서..) (0) | 2008.01.20 |
LOB 타입 DB link 카피 방법 (0) | 2008.01.16 |
Using Oracle DDL Triggers (0) | 2008.01.16 |
오라클 DDL 모니터링 오라클 시스템 트리거 이용 (0) | 2008.01.16 |
오라클 DBA VIEW (0) | 2008.01.15 |
- Total
- Today
- Yesterday
- 바이오해킹
- 데이터과학
- 구글
- 셀프 조인
- shared all
- 성공의길
- oracle
- shared everything
- getGeneratedKeys
- 습관의힘
- 오라클
- 일본전산
- 아웃라이어
- 커뮤니케이션의 7가지 나쁜 습관들
- Datapump
- 카이에 소바주 시리즈
- CUBRID
- NHN 면접
- 꿈
- 튜닝
- 프로젝트
- DB
- 브레인피드백
- auto increment
- 퇴사
- 큐브리드
- 구조주의 인류학
- ChatGPT
- 다짐
- 디자인패턴
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |