Exercise 9.15 Modern disks often have their own main memory caches, typically about 1 MB, and use this to prefetch pages. The rationale for this technique is the em- pirical observation that, if a...

Thnk in advance !!Exercise 9.15 Modern disks often have their own main memory caches, typically<br>about 1 MB, and use this to prefetch pages. The rationale for this technique is the em-<br>pirical observation that, if a disk page is requested by some (not necessarily database!)<br>application, 80% of the time the next page is requested as well. So the disk gambles<br>by reading ahead.<br>1. Give a nontechnical reason that a DBMS may not want to rely on prefetching<br>controlled by the disk.<br>2. Explain the impact on the disk's cache of several queries running concurrently,<br>each scanning a different file.<br>3. Is this problem addressed by the DBMS buffer manager prefetching pages? Ex-<br>plain.<br>4. Modern disks support segmented caches, with about four to six segments, each of<br>which is used to cache pages from a different file. Does this technique help, with<br>respect to the preceding problem? Given this technique, does it matter whether<br>the DBMS buffer manager also does prefetching?<br>

Extracted text: Exercise 9.15 Modern disks often have their own main memory caches, typically about 1 MB, and use this to prefetch pages. The rationale for this technique is the em- pirical observation that, if a disk page is requested by some (not necessarily database!) application, 80% of the time the next page is requested as well. So the disk gambles by reading ahead. 1. Give a nontechnical reason that a DBMS may not want to rely on prefetching controlled by the disk. 2. Explain the impact on the disk's cache of several queries running concurrently, each scanning a different file. 3. Is this problem addressed by the DBMS buffer manager prefetching pages? Ex- plain. 4. Modern disks support segmented caches, with about four to six segments, each of which is used to cache pages from a different file. Does this technique help, with respect to the preceding problem? Given this technique, does it matter whether the DBMS buffer manager also does prefetching?

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here