Description

Flushes the native tables cache. Use Flush with the GarbageCollect statement.

Syntax

Flush

Parameters

Some of the file types available to OpenEngine will buffer or cache data. The Flush statement clears these buffers.

Flush also writes (to the disk) any of the buffers that contain records that have been changed. Use GarbageCollect after Flush to condense memory.

See also

GarbageCollect

Example

/* These two statements recover unused space in memory and flush any changed buffers to disk. */
Flush
GarbageCollect
  • No labels