Subject Re: [firebird-support] Re: commit after insert is very slow (bis - new thread)
Author Ann W. Harrison
svanderclock wrote:
> no one have an idea of this behavior ?
>> now i encountered another strange behavior, it's when i setup a big page buffer
>>
>> page buffer 2048: execute time 156ms
>> page buffer 20480: execute time 156ms
>> page buffer 100000: execute time 15288 ms !!!
>>
>> any idea why when i setup a big page buffer then the execute time go down by 100 ! the commit time don't change..
>>
>> many thanks by advance for your precious help !!

My guess is that at 100,000 page buffers, you've run out
of physical memory and are page faulting. Tuning a database
is a little like cooking - the fact that a bit of salt improves
the flavor doesn't imply that a kilo of salt will make it
delicious.

Cheers,

Ann