1 / 8

Data Management

Data Management. First we check system can handle bandwidths We then need to see if we can manage the data Atlas buffer manager (robin) splits management into two parts. Atlas Robin Buffer Manager. Buffer memory is split into pages Word Level Buffer Manager Page Level Buffer Manager.

leonataylor
Download Presentation

Data Management

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data Management • First we check system can handle bandwidths • We then need to see if we can manage the data • Atlas buffer manager (robin) splits management into two parts

  2. Atlas Robin Buffer Manager • Buffer memory is split into pages • Word Level Buffer Manager • Page Level Buffer Manager

  3. Word Level Buffer Manager • Writes data word by word into Buffer memory pages • High rate requires this to be done in hardware • Controlled by Page Level Buffer Manager

  4. Page Level Buffer Manager • Supplies list of free pages to the Word Level Buffer Manager • Indexes used pages in hash table • Reallocates pages of deleted event data • Supplies information of where to find needed event data (requests) • Done by software

  5. Buffer Managers Interaction • Interaction via two FIFOs. Used Page FIFO and Free Page FIFO • Word Level Buffer Manager reads Used Page FIFO and writes Free Page FIFO • Page Level Buffer Manager writes Used Page FIFO and read Free Page FIFO

More Related