system.data_skipping_indices table for data skipping indices #7659
Labels
comp-skipidx
Data skipping indices
easy task
Good for first contributors
feature
st-community-taken
External developer is working on that
Currently the only way to get information about existing data skipping indices is via the
create_table_query
field of thesystem.tables
table (or from themetadata/
directory on the filesystem). Both of them are not easy to parse and are therefore not useful for automated processing.I'd like to propose a system.* table dedicated to data skipping indices, similar to
system.columns
.I would like to see at least the following information in the table:
Additionally, any type of statistics/metrics might be useful, but i don't know the internals of data skipping indices enough to give any meaningful input here.
The text was updated successfully, but these errors were encountered: