mailto:user@flink.apache.org>>
*Subject:* Re: Slow Performance inquiry
Hi Hazem,
I guess your performance is mostly driven by the serialization overhead
in this case. How do you declare your state type?
Flink comes with different serializers. Not all of them are extracted
}
>));
>
>
> Is there a better way?
>
> Regards,
>
> Heidy
> --
> *From:* Timo Walther
> *Sent:* Wednesday, September 9, 2020 1:58 PM
> *To:* user@flink.apache.org
> *Subject:* Re: Slow Performance inquiry
>
> Hi
ds,
Heidy
From: Timo Walther
Sent: Wednesday, September 9, 2020 1:58 PM
To: user@flink.apache.org
Subject: Re: Slow Performance inquiry
Hi Hazem,
I guess your performance is mostly driven by the serialization overhead
in this case. How do you declare your
Hi Hazem,
I guess your performance is mostly driven by the serialization overhead
in this case. How do you declare your state type?
Flink comes with different serializers. Not all of them are extracted
automatically when using reflective extraction methods:
- Note that `Serializable` decla