1. What are the contributions in "Grid" ?
Rhodes et al. this paper proposed an iterative aware prefetching ( IAP ) method for accessing subsets of n-dimensional datasets.
read more
2. What is the way to reduce the cost of network latency?
The authors have shown that spatial prefetching, an example of iteration aware prefetching, is extremely effective in reducing the costs of network latency when iterating through sub-volumes of large n-dimensional datasets.
read more
3. What is the way to use cache to access a disk?
If the cache is being used to directly access a disk, the authors must allocate enough memory for the cache block so its constituent rod segments are long enough to provide a speedup.
read more
4. What is the way to reduce latency?
Awareness of the access pattern allows fewer, larger data requests to be made across a network, thereby reducing total latency costs.
read more



