My favorites | Sign in
Project Logo
                
Search
for
Updated May 12, 2008 by krzysztof.lichota
Labels: documentation, todo
ComparisonToReadahead  
Comparison of prefetching to Ubuntu readahead

This page is work in progress.

  • Readahead works by tracing which files are used, but it works on whole files. Prefetch has greater resolution as it works on pages.
  • Readahead cannot do prefetching and profiling at the same time, separate boot with profiling must be done.
  • Readahead profiling is expensive (uses inotify).
  • Readahead needs manual intervention from user to change readahead list, prefetch adapts itself automatically.

Sign in to add a comment
Hosted by Google Code