Hi,

The way I see the effects of the original patch on existing subclasses:
- implemented isSplitable
   --> no performance difference.
- did not implement isSplitable
   --> then there is no performance difference if the container is either
not compressed or uses a splittable compression.
   --> If it uses a common non splittable compression (like gzip) then the
output will suddenly be different (which is the correct answer) and the
jobs will finish sooner because the input is not processed multiple times.

Where do you see a performance impact?

Niels
On May 30, 2014 8:06 PM, "Doug Cutting" <cutt...@apache.org> wrote:

> On Thu, May 29, 2014 at 2:47 AM, Niels Basjes <ni...@basjes.nl> wrote:
> > For arguments I still do not fully understand this was rejected by Todd
> and
> > Doug.
>
> Performance is a part of compatibility.
>
> Doug
>

Reply via email to