Recent Compactions

The recent_compactions system table includes information about the partitions in your Apache Iceberg tables that Upsolver has recently run, or is running, a compaction operation on.

From a worksheet within Upsolver, run the following query:

SELECT * 
FROM system.monitoring.recent_compactions;

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

Last updated