vrajat commented on PR #15773:
URL: https://github.com/apache/pinot/pull/15773#issuecomment-2891687295

   > I didn't read the code yet but.. Given the design document says:
   > 
   > > Conceptually, a logical table is similar to a specific definition of a 
VIEW in relational databases.
   > 
   > Couldn't we model them as views in MSE?
   
   Copy-pasting from an internal slack message:
   
   In MSE, I explored using views. However since table scans and bulk of 
logical table code is in LeafStageOperator and SSE, it was easier to change 
query planning in MSE to carry metadata for logical tables and then setup SSE 
executor appropriately. One data point that this is the right approach is that 
no changes to operators was required.


-- 
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: commits-unsubscr...@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to