Hi everyone,
I have a question regarding the behavior of the
DefaultDbCachePages configuration parameter. According to the documentation,
On SuperServer, the cache for each database will use (page count) * (page size).
My question is: If the database has fewer pages than the value set in DefaultDbCachePages, does Firebird still cache the number of pages specified in DefaultDbCachePages or does it cache the total number of pages in the database? In other words, if the database has 20K pages and DefaultDbCachePages is set to 30K pages, will the actual cache size be 20K or 30K pages?
Thanks in advance,
Luciano