


This configuration variable can be used to control the flushing of file buffers to disk. It is one of several variables that control buffer flushing. See the other entries in this appendix that begin with "FLUSH".
This variable can take a combination of the following values:
When this configuration variable is set to the default value of "0" (OFF, FALSE, NO), files opened for MASS-UPDATE are not flushed.
Setting this variable to MASS_UPDATE causes the runtime to flush local files, including files opened with MASS-UPDATE.
REMOTE causes the runtime to flush only local files not opened with MASS-UPDATE, as well as remote files.
You can set this variable to a combination of values. For example,
FLUSH_ALL MASS_UPDATE REMOTE
causes the runtime to flush all local files, including those opened with MASS-UPDATE, as well as remote files.