Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a last_cache system table #25098

Closed
Tracked by #25091
hiltontj opened this issue Jun 25, 2024 · 0 comments · Fixed by #25166
Closed
Tracked by #25091

Add a last_cache system table #25098

hiltontj opened this issue Jun 25, 2024 · 0 comments · Fixed by #25166
Assignees
Labels

Comments

@hiltontj
Copy link
Contributor

hiltontj commented Jun 25, 2024

A new system table will be added to enable querying information about the internal last caches configured on the server.

This will be served with the following query:

SELECT * FROM system.last_caches

and will return a table with columns for table, name, key_columns (string array), value_columns (string array), and count.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant