45 SQL Tuning Techniques You Can Use Right Away in Practice
A DBA instructor with 30 years of experience teaches 45 essential SQL tuning techniques that can be immediately applied in practice through real-world examples. Master the practical know-how to make slow queries 10 times faster, from execution plan analysis to index optimization and join tuning!
101 learners
Level Basic
Course period 12 months

- Unresolved
그 EXISTS의 힌트절에 NESTED LOOP를 쓰는이유 질문
EXISTS 힌트절에 NL_SJ을 써야한다고 말씀하셨는데 이게 EXISTS 자체가 하나씩 상관 서브 쿼리에 사용이 되기 때문에 NL_SJ를 써야한다는 거죠? <p style="text-ali
sqloracle데이터-엔지니어링ssh9414245763
・
2 months ago
0
48
2
- Unresolved
어우 옵티마이저가 뛰어난건지..
SELECT COUNT(*)FROM ORDERS<c
sqloracle데이터-엔지니어링ssh9414245763
・
2 months ago
0
33
1
- Unresolved
안녕하세요 NESTED LOOP 문제에서
CREATE INDEX EMP_DEPTNO_ENAME ON EMP(DEPTNO, ENAME);CREATE
sqloracle데이터-엔지니어링ssh9414245763
・
2 months ago
0
47
2
- Unresolved
Buffers와 TotalCost / cpu_cost / io_cost 의 차이점?
안녕하세요 학습을 완료하고 실 운영DB를 바라보고 여러가지 힌트를 사용하면서 테스트 해보고있는데요DataGrip을 툴로 사용중인데 거기서 Explain plan을
sqloracle데이터-엔지니어링jake0201
・
2 months ago
0
70
2

