OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 7 0.01 0.02 0 1 0 0
Execute 9 0.01 0.09 0 19 69 28
Fetch 4 0.00 0.00 0 16 0 28
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 20 0.03 0.11 0 36 69 56
Misses in library cache during parse: 5
OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS
call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 8 0.00 0.01 0 0 0 0
Execute 41 0.04 0.07 0 0 0 0
Fetch 64 0.01 0.03 4 122 0 318
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 113 0.06 0.12 4 122 0 318
Misses in library cache during parse: 7
Misses in library cache during execute: 7
10 user SQL statements in session.
40 internal SQL statements in session.
50 SQL statements in session.
SELECT code,....
FROM ....
call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 493 0.01 0.00 0 0 0 0
Fetch 493 0.03 0.02 0 3451 0 493
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 986 0.04 0.02 0 3451 0 493
Misses in library cache during parse: 0
Optimizer mode: ALL_ROWS
Parsing user id: 41 (recursive depth: 1)
- 강좌 URL : http://www.gurubee.net/lecture/3109
- 구루비 강좌는 개인의 학습용으로만 사용 할 수 있으며, 다른 웹 페이지에 게재할 경우에는 출처를 꼭 밝혀 주시면 고맙겠습니다.~^^
- 구루비 강좌는 서비스 제공을 위한 목적이나, 학원 홍보, 수익을 얻기 위한 용도로 사용 할 수 없습니다.