中文网站
  Advanced Search
Read the latest Blogs from IT professionals in the field. Read and write community created documents. Need IT help? Ask our staff. Connect with your peers. Check our Tech Shop for posters, books and software tools. Home

10.2.3 Database Systems: Optimization of Disk-Block Access

1. Data is transferred between disk and main memory in units called blocks.

2. A block is a contiguous sequence of bytes from a single track of one platter.

3. Block sizes range from 512 bytes to several thousand.

4. The lower levels of le system manager covert block addresses into the hardware-level cylinder, surface, and sector number.

5. Access to data on disk is several orders of magnitude slower than is access to data in main memory. Optimization techniques besides bu ering of blocks in main memory.