Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mike MyungHwan Oh <mhoh@cubrid.com>
  • Loading branch information
xmilex-git and mhoh3963 authored Aug 9, 2024
1 parent 7f78de2 commit 33eadb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/sql/tuning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4208,7 +4208,7 @@ If the cached value cannot be found in the subquery cache, after executing the s

When executing a query using query profiling, the profile results for the subquery cache are displayed as part of the profile for correlated subqueries.

The following example displays trace information for the subquery cache in a case where the subquery cache is enabled.
The following example is displayed subquery cache profiling information ,when performing a correlated subquery.

::

Expand Down Expand Up @@ -4296,7 +4296,7 @@ By comparing the results of the two queries, you can see subquery cache optimiza

Subquery cache optimization does not work in the following scenarios:

* When the correlated subquery contains another correlated subquery. (The lowest level correlated subquery is cached, while the correlated subquery that includes another correlated subquery is not cached.)
* When the correlated subquery contains another correlated subquery. (However, correlated subqueries not included other correlated subqueries is worked subquery cache optimization.)
* When the subquery is not in the SELECT clause.
* When the subquery includes CONNECT BY clause.
* When the subquery includes OID-related features.
Expand Down

0 comments on commit 33eadb8

Please sign in to comment.