Subject | Re: [ib-support] OAT and OIT |
---|---|
Author | Ann Harrison |
Post date | 2001-02-13T23:32:30Z |
At 12:12 AM 2/14/2001 +0100, guido.klapperich@... wrote:
database is visited and cleaned if necessary. A sweep also resets the
OIT. It can because it has undone all the changes made by transactions
that didn't commit - so it can change their state to committed.
Garbage collection is an on-going process in the database. Every
time a transaction visits a record, it examines the records and does
any clean-up necessary. In the V6 superserver, the transaction
calls a special thread that just does garbage collection. In other
versions, the transaction makes the changes itself.
Regards,
Ann
www.ibphoenix.com
We have answers.
>Thanks, I think now I get it. One last question: is garbage collection theNo. A sweep includes a full garbage collection - every record in the
>same
>as a sweep ?
database is visited and cleaned if necessary. A sweep also resets the
OIT. It can because it has undone all the changes made by transactions
that didn't commit - so it can change their state to committed.
Garbage collection is an on-going process in the database. Every
time a transaction visits a record, it examines the records and does
any clean-up necessary. In the V6 superserver, the transaction
calls a special thread that just does garbage collection. In other
versions, the transaction makes the changes itself.
Regards,
Ann
www.ibphoenix.com
We have answers.