中文网站
  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.5.1 Database Systems: Buffer manager

1. The subsystem responsible for the allocation of buffer space is called the buffer manager.

  • The buffer manager handles all requests for blocks of the database.
  • If the block is already in main memory, the address in main memory is given to the requester.
  • If not, the bu er manager must read the block in from disk (possibly displacing some other block if the
    buffer is full) and then pass the address in main memory to the requester.

2. The bu er manager must use some sophisticated techniques in order to provide good service: