Advertisement
mskf

Untitled

Jun 3rd, 2021
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. The research questions you try to answer.
  2. Why did you select this topic?
  3. What kind of technique will you use to answer your research questions?
  4. How will you evaluate your solution and compare it to exciting work
  5.  
  6.  
  7. Assumptions
  8. Caching access is at least an order of magnitude faster than disk access
  9.  
  10.  
  11. Caching is an essential feature of distributed file systems because it filters out accesses to the slower layers of the storage hierarchy
  12.  
  13. Why not extend server cache
  14. It's not practical to increase the overall effiency simply by extending the server memory. First adding memory to server could be overly expensive. Second, as we have clients' local caches as our first level in the aforementioned hierarchy, the missing data is not likely to appear in the server cache. So to speak, the server cache largely overlaps with client cache.
  15.  
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement