Re: Overhead on managing Timers with large number of keys

2022-06-29 Thread yuxia
The short answer is yes. In any case, flink wil spend time/cpu to invoke the timer. Best regards, Yuxia 发件人: "Surendra Lalwani" 收件人: "User" 发送时间: 星期三, 2022年 6 月 29日 下午 3:52:32 主题: Overhead on managing Timers with large number of keys Hi Team, I am working on

Overhead on managing Timers with large number of keys

2022-06-29 Thread Surendra Lalwani
Hi Team, I am working on the States and using KeyedStreams and Process Functions. I want to store the number of customers in the state and also I am registering onTimer for all the customer_ids. I wanted to understand if we register something around 70 Million Keys and we have onTimer registered f