-
Notifications
You must be signed in to change notification settings - Fork 8k
Open
Labels
developmentDevelopement process & source code & implementation detailsDevelopement process & source code & implementation detailsfeature
Description
I see that the feature of Query Cache has been completed
I tried it, and it supports the result cache of the entire statement, but does not support the result cache of subquery?
I would like to ask if it(cache subquery)is not supported, or it is my usage problem.
- the SQL statement
select a from (SubQueryA setting use_query_cache = 1), if the result ofSubQueryAcan be cached, then the execution performance of the statementselect b from (SubQueryA)can also be improved?
If it is not supported, please tell me when it will be supported in the future?
Jank1310, LuPan92, geertvanbommel, imorph, panthony and 11 more
Metadata
Metadata
Assignees
Labels
developmentDevelopement process & source code & implementation detailsDevelopement process & source code & implementation detailsfeature
