Difference between revisions of "SET PCACHE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Performance and Optimization | Performance and Optimization | ||
Line 15: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[SET CACHELOAD]], [[SET DCACHE]], [[SET GCACHE]], [[SET ICACHE]] | + | [[SET CACHELOAD]], [[SET DCACHE]], [[SET FORMAT]], [[SET GCACHE]], [[SET ICACHE]] |
Line 28: | Line 25: | ||
use patrons index events, dates, names | use patrons index events, dates, names | ||
set format to dataentry | set format to dataentry | ||
− | change</code> | + | change |
+ | </code> | ||
Revision as of 09:10, 17 April 2009
Class
Performance and Optimization
Purpose
Read programs completely into memory before execution commences
Syntax
SET PCACHE ON | OFF | (<expL>)
See Also
SET CACHELOAD, SET DCACHE, SET FORMAT, SET GCACHE, SET ICACHE
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