Add a meta_caches
system table for viewing configured metadata caches
#25545
Labels
meta_caches
system table for viewing configured metadata caches
#25545
There will be a system table that can be queried via:
The
table
predicate is required. This will return results with columns for:table
the cache's target table namename
the name of the cachecolumn_ids
as a list ofColumnId
s, that the cache is configured oncolumn_names
as a list of the column's names, that the cache is configured onmax_age
or null if it is not configured for the cacheThe text was updated successfully, but these errors were encountered: