DISABLE_DATA_CACHE_IMMEDIATE (SELECT Option)

DISABLE_DATA_CACHE_IMMEDIATE is similar to the DISABLE_DATA_CACHE Select option and causes the query to ignore the cache setting of composite views. However, it only disables the immediate cache at the top level and does not affect the nested views. The lower level cache will be utilized in the query execution.

If this option is not specified, cached data is used whenever available.

Note: When SELECT options are specified as part of a subquery or subselect, they might not affect the root-level query execution plan.

Operator

SELECT

Syntax

disable_data_cache_immediate

Example

SELECT {OPTION disable_data_cache_IMMEDIATE} * FROM cachedView1