You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/09/23 06:41:35 UTC

[GitHub] [incubator-doris] xinghuayu007 commented on pull request #6687: [Bug] Cache cannot sense the modification of the view

xinghuayu007 commented on pull request #6687:
URL: https://github.com/apache/incubator-doris/pull/6687#issuecomment-925543123


   `VIEW` is actually a SQL. Modifying VIEW means modifying the SQL. A query on VIEW will be parsed into a new SQL where view table is replace with view_sql. If it is easy to generate the final SQL, it will be better to take final SQL as the cache key.


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

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



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