Expand description
Page storage and sharing, SharedPagedData and AccessPagedData.
Structs§
- Access
Paged Data - Access to shared paged data.
- Page
Info - Information for a logical page, including historic data.
- Shared
Paged Data - Allows logical database pages to be shared to allow concurrent readers.
- Stash
- Central store of data.
Type Aliases§
- Page
Info Ptr Arc<Mutex<PageInfo>>