Shekharrajak commented on issue #66645:
URL: https://github.com/apache/doris/issues/66645#issuecomment-5261954207

   > Would this model satisfy your requirements?
   Yes, the only part is data present in one region will be isolated and should 
not transfer(no raw data movements over the network) . We are expecting Compute 
node to do the work in local region only and send the results back to leader FE 
node if possible.
   
   > is it acceptable for a query to fail when Doris cannot generate a plan 
that keeps all raw data processing inside the remote region?
   Data could be in TBs but if it is configurable e.g. fail-fast in planning 
mode would help to know the cost of data movements across network and for 
simpler queries we will be getting results at least. 
   
   I need to check how we can simplify the table schemas so that query planning 
will be easier. 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to