-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: add builtin function to clear the query cache #122543
Copy link
Copy link
Closed
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-queriesSQL Queries TeamSQL Queries Team
Description
The query cache is shared between sessions, and there's currently no good way to clear it, since it lives as long as the server does. We should add a builtin function that clears the cache.
Jira issue: CRDB-37953
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-queriesSQL Queries TeamSQL Queries Team
Type
Projects
Status
Done