Export to GitHub

mrs-mapreduce - issue #15

Feature: cache data in unserialized form


Posted on Oct 24, 2012 by Happy Camel

If a task runs on the same slave that produced its input, then we can save the work of deserialization by caching output data. Note that it will be easy to get an estimate of how much space the cache is taking by measuring the size of the serialized copy.

Status: Accepted

Labels:
Type-Enhancement Priority-Medium