v.25.11Improvement
Show table properties in Web UI
Show table properties in Web UI. Clicking on the number of rows or bytes will bring up a query fromsystem.tables. Clicking on the table engine will bring upSHOW TABLES. #89771 (Alexey Milovidov).
Why it matters
This feature enhances the ClickHouse Web UI by providing users quick access to table metadata and related queries. Clicking on the displayed number of rows or bytes executes a query fromsystem.tables, while clicking on the table engine triggers a SHOW TABLES query. This helps users easily inspect table details and related information without manually writing queries.How to use it
In the ClickHouse Web UI, navigate to the tables list view. Click on the displayed values for number of rows or bytes to see detailed data fromsystem.tables. Click on the table engine name to run a SHOW TABLES query automatically. No additional configuration is required.