Subject RE: [Firebird-Architect] RFC: Proposal for the implementation of Temporary Tables.
Author Samofatov, Nickolay
Hi, Arno!

> Can we rely on the ATTACHMENT_ID after a server crash. Isn't
> there a chance the same (or lower) one is choosen?

Attachment ID is generated from header page the same way as transaction
ID.
Modified header page doesn't stay in cache for too long, it should get
written to disk before any data page is written for attachment due to
transaction cleanup reasons.

Nickolay