Subject Re: [firebird-support] Re: about Garbage collection and Sweep Interval
Author Ann W. Harrison
Alan McDonald wrote:
>>
> and to add to Adam's info, it is calculated by subtracting the oldest active
> transaction from the Next transaction.

I think it's the oldest interesting from the next, since one point of
sweeping is to reduce the length of the interesting transaction list.
Interesting transactions are: active, rolled back, or limbo. Committed
transactions are boring.

Regards,


Ann