Level1Accelerator opened a new issue, #32488: URL: https://github.com/apache/doris/issues/32488
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description The methods we use to configure data caching now include set [global] enable_sql_cache=true; set [global] enable_partition_cache=true; The problem is all sql can be cached, include the table sql i won`t cache and i don`t know how long will it expire so i hope the we can configure some tables to enter data cache on my own。 for example: I hope to have SQL caching for table A and I do not want SQL caching related to table B i hope I can view cache hits and sizes through a profile by sql query_id ### Solution best wishes... ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
