title: "Materialize v0.95" date: 2024-04-10 released: true
SHOW CREATE SOURCE
command for PostgreSQL and MySQL sources {{% gh 26376 %}}.Make the max_query_result_size
configuration parameter user-configurable. This parameter allows tuning the
maximum size in bytes for a single query’s result.
Improve the performance of the ALTER SCHEMA...SWAP WITH...
command {{% gh 26361 %}}, which speeds up blue/green deployments.
Support using the min()
and max()
functions with time
values.
mz_probe
and
mz_support
system clusters
to support internal monitoring tasks. Users are not billed for these
clusters.