


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 "1" (on, true, yes, all), files
opened for MASS-UPDATE are flushed along with other files. This means that the
local cache used to hold the MASS-UPDATE buffers is flushed whenever the
operating system cache is flushed.
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.
Setting this variable to REMOTE causes the runtime to flush 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.