Subject | Re: [firebird-support] Growing Database III |
---|---|
Author | Ann W. Harrison |
Post date | 2006-02-05T17:50:36Z |
Arn wrote:
is worth looking at - a gap over 10,000 is likely to be a problem.
If you're running a lot of transactions and some of them perform
complex, time-consuming tasks, you'll see growth in the gap between
the oldest active transaction and the next..
All you can do is commit as often as is reasonable.
Regards,
Ann
>That's probably not the end of the world. A gap of 1000 or more
> I have some recursive SP.
> They don't move the OAT, so after some minutes the gap from OAT
> and new transaction is over 500 or 600.
is worth looking at - a gap over 10,000 is likely to be a problem.
If you're running a lot of transactions and some of them perform
complex, time-consuming tasks, you'll see growth in the gap between
the oldest active transaction and the next..
>As long as you have an old transaction running, the OAT won't move.
> As pointed out from Martijn and Adam the slowinness of the app depend
> heavly from this gap.
>
> I have set SweepInterval to 50, but no results.
>
All you can do is commit as often as is reasonable.
Regards,
Ann