On Wed, Nov 12, 2008 at 9:30 AM, Phil Cryer <[EMAIL PROTECTED]> wrote:
> Thanks for the Tahoe mention, I hadn't heard of that.  Looking at it now
> for differences from Hadoop.

I think the main difference is the locality-of-reference you get with
Hadoop, which allows you to distribute processing as well as data.
This can be important in intensive data crunching exercises, where
having the data you are working with right there on a local disk,
rather than coming over the network is important. But distributing
processing in this way may not be important to you.

//Ed

Reply via email to