Add SQLStatementParserCacheHook
to Provide Extension Point for Application SQL Parse Cache Warm-up , Referred to as Preheat
#34155
Labels
Feature Request
Add
SQLStatementParserCacheHook
to Provide Extension Point for Application SQL Parse Cache Warm-up, Referred to as PreheatIs your feature request related to a problem?
#24744 #3676 #4480 #5209 #2793 #3083
Describe the feature you would like.
We propose adding a
SQLStatementParserCacheHook
that serves as an extension point, allowing business applications to capture cache-missed compiled SQL statements. This mechanism is designed to enable application developers to use these captured SQL statements for parse cache warm-up before the actual user requests occur.The text was updated successfully, but these errors were encountered: