SET PCACHE

From Recital Documentation Wiki
Revision as of 14:09, 10 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SET PCACHE

Class

Performance and Optimization


Purpose

Read programs completely into memory before execution commences


Syntax

SET PCACHE ON | OFF | (<expL>)


See Also

SET CACHELOAD, SET GCACHE, SET ICACHE, SET DCACHE


Description

If SET PCACHE is ON, then programs executed with the DO command are read completely into memory before execution commences. Screen format files activated with the SET FORMAT TO command are also read completely into memory. By default, PCACHE is ON.


Example

set pcache on
do accounts
use patrons index events, dates, names
set format to dataentry
change


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer