Module pstore

Source
Expand description

Page storage and sharing, SharedPagedData and AccessPagedData.

Structs§

AccessPagedData
Access to shared paged data.
PageInfo
Information for a logical page, including historic data.
SharedPagedData
Allows logical database pages to be shared to allow concurrent readers.
Stash
Central store of data.

Type Aliases§

PageInfoPtr
Arc<Mutex<PageInfo>>