Github user fhueske commented on the pull request:
https://github.com/apache/flink/pull/1517#issuecomment-182483003
The benefit of having multiple partitions is that you do not need to go
over the complete RecordArea but only over a partition. After the partition is
compacted or was emitted, it's MemorySegments can be used by other Partitions
as well. Depending on the strategy to choose the Partition to emit or compact
(#segments in partition, update count on partition, #unique values in
partition), this should improve the combine rate (less emitted records from the
table) and also improve the pipelined behavior of the combiner, because you'll
get more but much shorter pauses.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---