[Firebird-devel] Default page/cache settings

2014-06-05 Thread Dmitry Yemanov
All, In FB3, we have increased the default page cache size for Classic (SharedCache = false) from 75 to 256 pages. I'd like to propose other changes as well: 1) Bump the default page cache size for SuperServer (SharedCache = true) from 2K to at least 8K pages. Personally, I'd go for ~20K

Re: [Firebird-devel] Default page/cache settings

2014-06-05 Thread Simonov Denis
Dmitry Yemanov firebi...@yandex.ru писал(а) в своём письме Thu, 05 Jun 2014 11:22:28 +0400: can be further increased TempCacheLimit = 64M to TempCacheLimit = 256M (only SuperServer/SuperClassic) More Vlad said ProcessPriorityLevel now no longer relevant. -- Simonov Denis

Re: [Firebird-devel] Default page/cache settings

2014-06-05 Thread Gabor Boros
2014.06.05. 9:22 keltezéssel, Dmitry Yemanov írta: Hi Dmitry and All, 2) Rename DefaultDbCachePages config setting to something like PageCacheSize, as default-db-something setting looks weird in the customized per-database configuration. If I (a user) read Size associate bytes, kilobytes,

Re: [Firebird-devel] Default page/cache settings

2014-06-05 Thread Dmitry Yemanov
05.06.2014 14:56, Gabor Boros wrotes: 2) Rename DefaultDbCachePages config setting to something like PageCacheSize, as default-db-something setting looks weird in the customized per-database configuration. If I (a user) read Size associate bytes, kilobytes, etc. This worries me as well.

Re: [Firebird-devel] Default page/cache settings

2014-06-05 Thread Gabor Boros
2014.06.05. 13:09 keltezéssel, Dmitry Yemanov írta: No, TempCacheLimit is really a limit as it dynamically grows up to the specified amount, while the page cache is pre-allocated with the given size. Is it true too if the number of pages in the database lesser than specified