Transaction IDs in ZODB and RelStorage
Earlier, we introduced ZODB as a transactional object database. This post takes a look into an implementation detail: transaction IDs. What are they, what are they used for, and why does any of this matter?
Along the way, we'll also look at another type of identifier used in ZODB, object IDs.