he time that it takes to bring a block from disk into main memory

Posted rsapaper

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了he time that it takes to bring a block from disk into main memory相关的知识,希望对你有一定的参考价值。

DATABASE SYSTEM CONCEPTS, SIXTH EDITION

There is a trade-off that the system designer must make between access time
and space overhead. Although the decision regarding this trade-off depends on
the speci?c application, a good compromise is to have a sparse index with one
index entry per block. The reason this design is a good trade-off is that the
dominant cost in processing a database request is the time that it takes to bring
a block from disk into main memory. Once we have brought in the block, the
time to scan the entire block is negligible. Using this sparse index, we locate the
block containing the record that we are seeking. Thus, unless the record is on an
over?ow block (see Section 10.6.1), we minimize block accesses while keeping
the size of the index (and thus our space overhead) as small as possible.

 

以上是关于he time that it takes to bring a block from disk into main memory的主要内容,如果未能解决你的问题,请参考以下文章

[2016-06-17]OMG美语笔记-Do you believe that it's all about timing to find a good job?

You mean you can't take less?

seek for|contrary to|lag behind|take up|take advantage of|be confident of|allow for |

That is to say 一般用于啥情景

To Be A Good Programmer? All it takes is these 10 habits !

To Be A Good Programmer? All it takes is these 10 habits !