v.25.4Improvement
Add column index_length_column to information_schema
Added columnindex_length_columntoinformation_schema.tablesfor better compatibility with MySQL. #78119 (Paweł Zakrzewski).
Why it matters
This feature addresses the need for better compatibility between ClickHouse and MySQL by providing additional metadata about table index length, which MySQL users expect to find ininformation_schema.tables. It helps users migrating from or integrating with MySQL to get familiar and consistent metadata information.How to use it
Users can query theinformation_schema.tables system table as usual, now including the new column index_length_column that provides index length details, enabling MySQL-compatible metadata queries.