924060929 opened a new pull request, #33262:
URL: https://github.com/apache/doris/pull/33262

   ## Proposed changes
   
   Before this pr, the query must pass through parser, analyzer, rewriter, 
optimizer and translator, then we can check whether this query can use sql 
cache, if the query is too long, or the number of join tables too big, the plan 
time usually >= 500ms.
   
   This pr reduce this time to 300us by skip the fashion plan path, because we 
can reuse the previous physical plan if no any changed, e.g. table structure, 
data, user policies and privileges.


-- 
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...@doris.apache.org

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


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

Reply via email to