zhaojintaozhao opened a new issue #5177:
URL: https://github.com/apache/incubator-doris/issues/5177


   In Big Data analytics systems, there may be many repeated query sqls. Doris 
generates a query plan for each sql,and call BE and return the query 
result。These repeated  query sqls costs many resources,but return same results. 
   
   Therefore, Doris can add a cache system to save the query SQL and the result 
of the SQL statement. If analytics system call the same query next time , the 
query result is directly returned from the cache to avoid excessive doris query 
consumption.
   
   After a database is deleted, a table is deleted, the table schema is 
changed, or loaded new data to a table, the corresponding query cache becomes 
invalid.
   
   
   This feature greatly enhance the query speed in scenarios where there are 
may repeated queries.


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

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