Firebird Documentation IndexFirebird 2.1 Release NotesNew Configuration Parameters and Changes → MaxFileSystemCache
Firebird Home Firebird Home Prev: RelaxedAliasCheckingFirebird Documentation IndexUp: New Configuration Parameters and ChangesNext: DatabaseGrowthIncrement

MaxFileSystemCache

V. Khorsun

(V.2.1) Sets a threshold determining whether Firebird will allow the page cache to be duplicated to the filesystem cache or not. If this parameter is set to any (integer) value greater than zero, its effect depends on the current default size of the page cache: if the default page cache (in pages) is less than the value of MaxFileSystemCache (in pages) then filesystem caching is enabled, otherwise it is disabled.

Note

This applies both when the page cache buffer size is set implicitly by the DefaultDBCachePages setting or explicitly as a database header attribute.

Thus,

Important

The default setting for MaxFileSystemCache is 65536 pages, i.e. filesystem caching is enabled.

Prev: RelaxedAliasCheckingFirebird Documentation IndexUp: New Configuration Parameters and ChangesNext: DatabaseGrowthIncrement
Firebird Documentation IndexFirebird 2.1 Release NotesNew Configuration Parameters and Changes → MaxFileSystemCache