chenlica commented on issue #4500: URL: https://github.com/apache/texera/issues/4500#issuecomment-4320930511
The backend does pipelined execution. Currently by default we only materialize the ports that either are part of a sink operator or have an "eye" icon on them. Most other systems materialize every operator's output. If we use it as the default behavior, it's convenient for users, but will increase the size of the results. It's a tradeoff between user experience and system cost. @Xiao-zhen-Liu It's closely related to your current caching work. Any thoughts? -- 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]
