
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Relate
|
|
|
|
This issue is related to:
|
|
CORE-1381
Allow Firebird to bypass filesystem cache for database files (on Windows)
|
|
|
|
|
|
|
|
Firebird may be configured to use large own page buffers cache. In such case filesystem cache will duplicate Firebird's one and give no or small benefit on file reads wasting memory for double caching. It still helps on file writes but only if Forced Writes setting is OFF which is not recommended in most cases.
Proposition is to allow Firebird to not use filesystem cache to free more memory for another operations such as sorting and\or caching of another database etc
|
|
Description
|
Firebird may be configured to use large own page buffers cache. In such case filesystem cache will duplicate Firebird's one and give no or small benefit on file reads wasting memory for double caching. It still helps on file writes but only if Forced Writes setting is OFF which is not recommended in most cases.
Proposition is to allow Firebird to not use filesystem cache to free more memory for another operations such as sorting and\or caching of another database etc |
Show » |
|
CORE-1381