lru

Description

Specifies LRU cache strategy for the scan of a stored table.

Syntax

( prop table_name
          ( lru )
)

Parameters

table_name

is the table to which the property is to be applied.

Examples

Example 1

select * from t1
( prop t1
        ( lru)    
)

Specifies the use of LRU cache strategy for the scan of t1.

Usage

See also

mru, prop