Currently the Database.verify method only examines data structures, but it's not guaranteed to examine all pages. If checksums are enabled, then a separate thread should examine all pages too.
The only major thing that the verify method doesn't currently examine is fragmented values. Simply reading over fragmented values should be sufficient to ensure that almost all pages are examined.
Currently the Database.verify method only examines data structures, but it's not guaranteed to examine all pages. If checksums are enabled, then a separate thread should examine all pages too.