Details
-
Improvement
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
None
-
None
Description
The currently available ProcessInfo::blockInMemory(...) only accepts one page at a time. The mincore function on UNIX and QueryWSEx on Windows accept a range of pages: exposing this functionality makes it possible to know which pages of an entire extent or database file are likely in memory with a single call.