Materialize v0.38
v0.38.0
-
Add
cpu_percent_normalizedto themz_internal.mz_{source,sink,cluster_replica}_utilizationsystem catalog views. This column provides an approximation of CPU utilization as a % of the total of compute workers. -
Add
mz_internal.mz_cluster_replica_frontiersto the system catalog. This table describes the frontiers of each dataflow in the system. -
Private preview. Support the
AS OFandUP TOclauses inSUBSCRIBE. These clauses allow specifying a timestamp at whichSUBSCRIBEshould begin returning results (AS OF), or cease running (UP TO).As is, all user-defined sources and tables have a retention window of one second, so
AS OFis of limited use beyond subscribing to queries over specific system catalog objects (includingmz_cluster_replicas,mz_sources,mz_sinks,mz_internal.mz_cluster_replica_metrics, andmz_internal.mz_cluster_replica_sizes).