Table Statistics

The table_stats system table includes information about the partitions in your Apache Iceberg tables.

From a worksheet within Upsolver, run the following query:

SELECT * 
FROM system.monitoring.table_stats;

The system.monitoring.table_stats table includes the following columns:

Last updated