대부분의 응용프로그램은 데이터베이스와 밀접한 관계를 가지고 있다. 이러한 데이터베이스의 한정된 자원을 가지고 보다 빠르게 데이터를 사용자에게 제공 할 수 있도록 하는 것이 데이터...

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
https://www.riss.kr/link?id=T11438768
수원 : 경희대학교, 2008
학위논문(석사) -- 경희대학교 테크노경영대학원 , 전자컴퓨터공학과 , 2008. 8
2008
한국어
004 판사항(20)
경기도
58 p. : 삽도 ; 26 cm
지도교수:이영구
참고문헌 : p. 58
0
상세조회0
다운로드대부분의 응용프로그램은 데이터베이스와 밀접한 관계를 가지고 있다. 이러한 데이터베이스의 한정된 자원을 가지고 보다 빠르게 데이터를 사용자에게 제공 할 수 있도록 하는 것이 데이터...
대부분의 응용프로그램은 데이터베이스와 밀접한 관계를 가지고 있다. 이러한 데이터베이스의 한정된 자원을 가지고 보다 빠르게 데이터를 사용자에게 제공 할 수 있도록 하는 것이 데이터베이스 튜닝이다. 결국 튜닝은 대기상환의 최소화 및 빠른 응답시간(Response Time)을 사용자에게 제공하도록 하는 일련의 활동이다.[14]
체계적인 오라클 성능 튜닝(Oracle Performance Tuning)은 업무 비지니스로직의 튜닝, 데이터베이스 스키마, 테이블 디자인과 관련된 Application Design 튜닝, SQL Code에 관련된 튜닝, 메모리 사용 최적화를 위한 메모리 튜닝, 효율적인 IO를 위한 IO 튜닝, 데이터베이스 LOCK을 해결하기 위한 경합(Contention) 튜닝의 순서대로 이루어져야 하는데[8,12,13,14] 본 논문에서는 SQL Code에 관련된 튜닝 중에서도 인덱스와 관련된 오라클 힌트(Oracle Hint)를 이용한 SQL문 튜닝에 대해 연구한다.
데이터베이스를 비용기반 최적기(Cost Based Optimizer, CBO)로 운영하며 주기적으로 통계 정보를 생성하고 인덱스에 대한 전략을 활용하면 효율적인 SQL문을 만들 수 있어 튜닝 된 SQL을 사용하는 것이 가능하다. 그러나 오라클 최적기가 모든 경우에 최적의 실행 경로를 만들어 내는 것은 아니므로 인덱스의 적절한 사용에도 SQL문 수행 성능에 문제가 있다면 사용자가 오라클 힌트를 이용하여 오라클 최적기에게 데이터 추출 경로를 직접 지정하여 최단 경로를 제공 함으로써 성능을 향상 시킬 수 있다.
다국어 초록 (Multilingual Abstract)
Most of application program has close relationship with the database. Database tuning provides faster data to user from the limit of the database. finally tuning provides minimization of waiting redemptions and faster response time. Oracle Performance...
Most of application program has close relationship with the database. Database tuning provides faster data to user from the limit of the database. finally tuning provides minimization of waiting redemptions and faster response time.
Oracle Performance Tuning is business tuning, database schema, table design, and related application design tuning, and related SQL Code tuning, memory tuning for memory optimization, IO tuning for efficient IO, contention for database LOCK. On this report, index and SQL syntax related Oracle Hint.
If using operated oracle database by cost based optimizer and operates statistics in a cycle, it has tuned SQL. However, it doesn't mean Oracle optimization period, so that you can optimize Oracle optimization period by Oracle Hint controlling direct operation
목차 (Table of Contents)