Skip to content

Commit

Permalink
Update ko/sql/tuning.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Mike MyungHwan Oh <[email protected]>
  • Loading branch information
xmilex-git and mhoh3963 authored Aug 8, 2024
1 parent 1f6c14a commit 20f38cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ko/sql/tuning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4200,7 +4200,7 @@ Predicate Push
------------------------------------

서브 쿼리 캐시 최적화는 상관 부질의(correlated subquery)를 포함한 질의 성능을 향상시키는데 사용할 수 있으며, 부질의 결과는 부질의마다 독립적인 공간에 캐시된다.
서브 쿼리 캐시 최적화를 하지 않으려면 **NO_SUBQUERY_CACHE** 힌트를 해당 부질의에 사용해야 한다.
서브 쿼리 캐시 최적화는 기본적으로 적용되므로 질의 수행시 캐시를 사용하지 않으려면 **NO_SUBQUERY_CACHE** 힌트를 해당 부질의에 사용해야 한다.

상관 부질의가 SELECT 절에 있는 경우 서브 쿼리 캐시를 사용한다.
매번 재실행되는 상관 부질의 중, 상관 부질의에서 참조한 본 질의의 컬럼 값이 같은 경우 캐시된 결과를 사용하여 재실행을 방지한다.
Expand Down

0 comments on commit 20f38cb

Please sign in to comment.