Skip to content

Prefetcher

H. Joe Lee edited this page Jun 8, 2022 · 19 revisions

Prefetcher

Prefetcher promotes the BLOBs in Hermes to improve the I/O performance. It predicts the next BLOBs to get and place them in a queue.

Algorithms

  • Frequency: The number of times a blob has been read since its creation
  • Recency: Interval between the present and the last access time
Clone this wiki locally