Implement very basic grouped fetches of objects from the cloud.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 12 Nov 2010 19:41:46 +0000 (11:41 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 12 Nov 2010 19:41:46 +0000 (11:41 -0800)
Add an item prefetch call, which for now just collects together items that
have been prefetched and when one of them is actually fetched, a range
request is sent that will cover all the objects.  Thus this doesn't improve
the time to fetch the first object (actually it will hurt), it does arrange
to have objects fetched in groups where possible which reduces the total
number of operations and the time to get subsequent objects.


No differences found