The possibly fragmented page, written to log storage sequentially, and
read in parallel from multiple locations on disk when serving
a request to read the page. These will be merged to a single version
at read time, and possibly cached.
Used to feed custom recovery information back to a higher-level abstraction
during startup. For example, a B-Link tree must know what the current
root node is before it can start serving requests.