an API for page-oriented access methods, providing both cache and storage management.
Caching (CL) and storage (SL) layers use a common mapping table that separates a page's
logical and physical location. CL supports data updates and management updates (eg, for
index re-organization) via latch-free compare-and-swap atomic state changes on its
mapping table. SL uses the same mapping table to cope with page location changes …