-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
In the main transaction change (WT-138), we set up a transaction context before calling __wt_rec_evict. There might be an advantage in not bothering with a transaction context until we need it, if we are spinning on a busy page or if the page is read-only.
That said, this requires some thought: we don't want to allocate different transaction contexts for merge pages, for example.
- related to
-
WT-138 Implement non-durable transactions
- Closed