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

   ### Task Summary
   
   Part of #5882 (storage foundation for the operator output port result cache; 
umbrella #5881, design #5880).
   
   Add the `operator_port_cache` table that records a materialized output port 
result so it can be reused across executions. Keyed by `(workflow_id, 
global_port_id, cache_key)`; stores the cache key (hash) and the JSON it was 
computed from, the result location, an optional tuple count, the source 
execution, and a database-managed updated-at timestamp. The foreign key to 
`workflow` is `ON DELETE CASCADE`. Added to the schema file and as a Liquibase 
migration.
   
   Additive: nothing reads or writes the table during execution yet, so it 
changes no behavior. Generated jOOQ classes for the table are not committed; 
the change ships the `.sql` schema and migration and the build regenerates the 
rest.
   
   Pull request: #5967.
   
   ### Task Type
   
   - [ ] Refactor / Cleanup
   - [ ] DevOps / Deployment / CI
   - [ ] Testing / QA
   - [ ] Documentation
   - [ ] Performance
   - [x] Other
   


-- 
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