2011년 상반기 대용량데이터베이스 스터디

{section}

{column:width=75%}

스터디 목적

  • Oracle 데이터베이스의 튜닝 방법을 이해하고 실무에서 적용할 수 있는 능력을 키운다.
  • 스터디에 목표를 가지고 참여하여, 그 목표를 달성 할 때까지 포기하지 않는다.
  • 함께 발전 하려는 가족 같은 분위기와 서로를 신뢰하고 격려하는 인간적인 관계로 회원들 상호간의 친목을 도모 한다.

스터디 교재

도서정보 : Optimizing Oracle Optimizer
저자 블로그 : http://ukja.tistory.com/

스터디 일정

2.2.1 Optimizing Oracle Optimizer

대제목중제목소제목주차발표자스터디일자장소시간진행여부
I. CBO ConceptCost란 무엇인가?Time으로서의 Cost11이현석2011031209:00(/)
System Statistics1109:00(/)
IO로서의 Cost1109:00(/)
왜 Time Model인가?IO Cost Model의 단점1109:00(/)
Time(CPU) Cost Model의 장점1109:00(/)
Time Model의 한계1109:00(/)
CBO의 기본 흐름1109:00(/)
기본적인 용어와 예제1109:00(/)
Demo Scripts22이재현2011031909:00(/)
II. CBO ToolsDBMS_XPLAN실행 계획 예측2209:00(/)
Plan Statistics2209:00(/)
10046 Event자동화에 대한 아이디어2209:00(/)
10053 Event기본적인 사용법32이창헌2011031909:00(/)
Examples3209:00(/)
Demo Scripts3209:00(/)
III. Index and CBOIndex Scan CostCost Revisited43오화균2011032609:00(/)
Clustering Factor4309:00(/)
Controlling Index Scan Cost53변진석09:00(/)
Index and Execution PlanIndex Range Scan542011040909:00(/)
Index Full Scan64배성환09:00(/)
Index Fase Full Scan6409:00(/)
Index Skip Scan6409:00(/)
B*Tree Index Combination6409:00(/)
Index Join6409:00(/)
Demo Scripts6409:00(/)
IV. TransformationTransformation이란 무엇인가?75기민용2011041609:00(x)
Subquery UnnestingSimple Example7509:00(x)
Filter Operation의 Cache 효과7509:00(x)
Semi Join7509:00(x)
Anti Join7509:00(x)
Non Semi AND Anti Join85하봉래2011041609:00(x)
Non Unnestable Subquery8509:00(x)
Subquery Pushing862011043009:00(x)
View MergingSimple View Merging8609:00(x)
Comples View Merging8609:00(x)
Non-Mergable Views8609:00(x)
Predicate PushingSimple Predicate Pushing96김창배2011043009:00(x)
Join Predicate Pushing9609:00(x)
Non-Pushable Predicate9609:00(x)
Star-TransformationStar-Transformation 과 Bitmap Index9609:00(x)
Indx Combination9609:00(x)
Bitmap Join Index9609:00(x)
Cost Based Query Transformation기본개념9709:00(x)
CBQT의 문제점9709:00(x)
CBQT 제어하기9709:00(x)
Troubleshooting TransformationExcution Plan9709:00(x)
10053Event9709:00(x)
Demo Scripts9709:00(x)
V. CardinilityCardinality Matters107박민선2011051409:00(x)
Cardinality 기본 개념10709:00(x)
Basic RulesDensity와 Selectivity10709:00(x)
Magic Numbers10709:00(x)
골치 아픈 Case들Skewed Data118안종식2011051409:00(x)
Correlated Columns11809:00(x)
Join Cardinality11809:00(x)
Partion Key11809:00(x)
Cardinality 제어하기통계정보 조작128이신재2011052109:00(x)
Cardinality Hint12809:00(x)
OPT_ESTIMATE Hint12809:00(x)
Dynamic Sampling12809:00(x)
그밖의 것들12809:00(x)
그밖의 것들212809:00(x)
VI. Histogram기본 개념기본적인 용어들129노준기2011052109:00(x)
Frequency vs. Height-Balanced12909:00(x)
Gathering HistogramAuto vs. Skewonly13909:00(x)
CardinalityFrequency Histogram13909:00(x)
Height-Balanced Histogram13909:00(x)
Histogram을 둘러싼 오해실행계획의 변화13909:00(x)
Distinct Count13909:00(x)
Index Scan vs. Table Full Scan13909:00(x)
Histogram은 전지 전능한가?13909:00(x)
Demo Scripts13909:00(x)
VII. Advanced TechniquesForgotten HintsINDEX1410이해진2011052809:00(x)
QB_NAME141009:00(x)
FIRST_ROWS(K)141009:00(x)
Full Hint Naming Convention141009:00(x)
Oracle은 Hint를 무시하지 않는다141009:00(x)
통계 정보 관리통계정보 비교하기141009:00(x)
통계정보 Backup/Recovery141009:00(x)
Query Invalidation141009:00(x)
Manual Histogram141009:00(x)
Stored Outline 바꿔치기141009:00(x)
SQL Profile Import141009:00(x)
Demo Scripts141009:00(x)

{column}

{column:width=25%}

대용량데이터베이스 세미나

제목발표자발표일
미정미정미정
미정미정미정
미정미정미정

스터디 팀원

순서구성원각오
1이현석
2이재현
3이창헌
4오화균
5변진석
6배성환
7기민용
8하봉래
9김창배
10박민선
11노준기
12이신재
13안종식
14이해진

{column}

{section}

하위 페이지
[2011.02.27]Cost란 무엇인가? (by dreamlhs) [2011.03.01]왜 Time Model인가? (by dreamlhs) [2011.03.06]CBO의 기본 흐름 (by dreamlhs) [2011.03.07]기본적인 용어와 예제 (by dreamlhs) [2011.03.15]DBMS_XPLAN (by ljh1148) [2011.03.15]10053 Event (by leechh1004) [2011.03.18]10046 Event (by ljh1148) [2011.03.20]Controlling Index Scan Cost (by nakamori) [2011.03.22]Index Scan Cost (by openlsw) [2011.03.23]Index Range Scan (by nakamori) [2011.03.22]Clustering Factor (by openlsw) [2011.04.02]Index Full Scan (by bshman) [2011.04.04]INDEX FAST FULL SCAN (by bshman) [2011.04.06]Index Skip Scan (by bshman) [2011.04.07]B*Tree Index Combination (by bshman) [2011.04.07]Index Join (by bshman) [2011.04.11]Transformation이란 무엇인가? (by manon94) [2011.04.12]Subquery Unnesting (by manon94) [2011.04.12]Simple Example (by manon94) [2011.04.13]Filter Operation의 Cache 효과 (by manon94) [2011.04.13]Semi Join (by manon94) [2011.04.13]Anti Join (by manon94) [2011.04.14]Non Semi AND Anti Join (by sunshiny) [2011.04.24]Predicate Pushing (by code0112) [2011.04.24]Simple Predicate Pushing (by code0112) [2011.04.28]Subquery Pushing (by sunshiny) [2011.04.29]Join Predicate Pushing (by code0112) [2011.04.29]Non-Pushable Predicate (by code0112) [2011.04.29]Star-Transformation (by code0112) [2011.04.29]Star-Transformation 과 Bitmap Index (by code0112) [2011.04.29]Cost Based Query Transformation (by code0112) [2011.04.29]Indx Combination (by code0112) [2011.04.29]Bitmap Join Index (by code0112) [2011.04.29]기본개념 (by code0112) [2011.04.29]CBQT의 문제점 (by code0112) [2011.04.29]CBQT 제어하기 (by code0112) [2011.04.29]Troubleshooting Transformation (by code0112) [2011.04.29]Excution Plan (by code0112) [2011.04.29]10053Event (by code0112) [2011.04.29]Demo Scripts (by code0112) [2011.05.11]Cardinality Matters (by alstjs1008) [2011.05.11]Skewed Data (by csahn79) [2011.05.11]Correlated Columns (by csahn79) [2011.05.11]Join Cardinality (by csahn79) [2011.05.11]Partion Key (by csahn79) [2011.05.17]INDEX (by dreamlhs) [2011.05.17]QB_NAME (by dreamlhs) [2011.05.17]FIRST_ROWS(K) (by dreamlhs) [2011.05.18]기본 개념 (by jkno) [2011.05.19]기본적인 용어들 (by jkno) [2011.05.19]Full Hint Naming Convention (by dreamlhs) [2011.05.19]Frequency vs. Height-Balanced (by jkno) [2011.05.19]Gathering Histogram (by jkno) [2011.05.19]Auto vs. Skewonly (by jkno) [2011.05.19]Cardinality (by jkno) [2011.05.19]Frequency Histogram (by jkno) [2011.05.19]Histogram을 둘러싼 오해 (by jkno) [2011.05.19]Oracle은 Hint를 무시하지 않는다 (by dreamlhs) [2011.05.19]Height-Balanced Histogram (by jkno) [2011.05.20]통계 정보 관리 (by dreamlhs) [2011.05.20]Manual Histogram (by dreamlhs) [2011.05.24]통계정보 조작 (by tlswofl) [2011.05.24]Cardinality Hint (by tlswofl) [2011.05.24]OPT_ESTIMATE Hint (by tlswofl) [2011.05.24]Dynamic Sampling (by tlswofl) [2011.05.27]그밖의 것들 (by tlswofl) [2011.05.27]그밖의 것들2 (by tlswofl)