Re: Large state RocksDb backend increases app start time

2020-10-14 Thread Yun Tang
[2] https://issues.apache.org/jira/browse/FLINK-17288 Best Yun Tang From: Arpith P Sent: Thursday, October 15, 2020 0:50 To: user Subject: Large state RocksDb backend increases app start time Hi, I'm currently storing around 70GB of data in map sate back

Large state RocksDb backend increases app start time

2020-10-14 Thread Arpith P
Hi, I'm currently storing around 70GB of data in map sate backed by RocksDB backend . Once I restore an application from savepoint currently the application takes more than 4mins to start processing events. How can I speed this up or is there any other recommended approach. I'm using the followin