Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Nemo streaming runtime exchanges data via netty channel, although two tasks are in the same Executor. This causes unnecessary (de)serialization of data and network overhead.
We should optimize the data transfer via shared memory (e.g., queue) when tasks are in the same Executor.
Attachments
Issue Links
- links to