gaborgsomogyi commented on PR #26187:
URL: https://github.com/apache/flink/pull/26187#issuecomment-2674517878

   You mean using canonical savepoint format and using various state backends? 
If I understand your point correctly then majority of the users are not seeking 
this approach. The reason is simple, with canocical format all the state data 
must be inserted into RocksDB one by one which results in horror execution 
time. The numbers are showing 3-4 times higher execution time however users are 
looking for quick `why my job is not working` UX. If you would like to keep it 
what if we can make it optional? When defined then used, otherwise Flink config 
value used. WDYT?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to