-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
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.