mru

Description

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

Syntax

( prop table_name
          ( mru)
)

Parameters

table_name

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

Examples

Example 1

select * from t1

( prop t1
        ( mru )    
)

Specifies the use of MRU cache strategy for the table.

Usage

See also

lru, prop