Xiao-zhen-Liu opened a new issue, #3905:
URL: https://github.com/apache/texera/issues/3905

   Based on our initial discussion, these are the potential steps needed for 
adding a basic version of workflow result caching.
   
   Step 1: Identify operator ports that have available cached results from 
previous executions.
   Step 2: Mark cached operator ports as blocking in the physical plan to let 
downstream operator ports read from materializations.
   Step 3: Skip the regions of cached operator ports during execution.
   
   Step 1 will be the main challenge. Step 2 and 3 require less efforts.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to