Subject | Re: Performance degradation in Firebird |
---|---|
Author | Adam |
Post date | 2005-10-17T23:27:14Z |
--- In firebird-support@yahoogroups.com, Bergbom Staffan
<Staffan.Bergbom@l...> wrote:
automatically keeps an undo log (until a certain point), which may
cause long transactions to slow down. There is a method in the API to
prevent the creation of the log.
Adam
<Staffan.Bergbom@l...> wrote:
>Firebird
> Hi,
>
>
>
> I've, 2005-10-05, sent a question about performance degradation in
> and was advicedadding a
>
> to change some parameters in the Firebird.conf file.
>
> EventMemSize set to 262144
>
> LockMemSize set to 1048576
>
> LockHashSlots = 499
>
>
>
> That helped in the beginning, but after a while I recognized that
> record through a stored procedureHow many operations are made inside the one transaction? Firebird
>
> took longer and longer time.
>
> The stored procedure makes a few lookups, updates and adds records to a
> table used as a history-log.
>
automatically keeps an undo log (until a certain point), which may
cause long transactions to slow down. There is a method in the API to
prevent the creation of the log.
>dropped to a
>
> A strange behavior was that suddenly the time to add a record
> very low value again and after that the time againPerhaps the garbage collection or sweep ran?
>
> started to grow.
>
Adam