Hi Tao,
no, streaming jobs do not use managed memory yet. Managed memory is
useful for sorting, joining and grouping bounded data. Unbounded stream
do not need that.
It could be used in the future e.g. to store state or for new operators,
but is this is not on the roadmap so far.
Regards,
Timo
Am 15/12/16 um 10:30 schrieb Tao Meng:
Hi all,
I have some questions about memory management in the Streaming mode.
Do the Streaming jobs use the memory management module ?
If they don't, for what considerations do not ? Because Data
exchange is too frequent ?
Is there a plan to let streaming job use it ?
Thanks a lot.