Materialize v0.95
v0.95
Sources and sinks
- Improve the readability of the output of the
SHOW CREATE SOURCE
command for PostgreSQL and MySQL sources (#26376).
SQL
-
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 (#26361), which speeds up blue/green deployments. -
Support using the
min()
andmax()
functions withtime
values.
Bug fixes and other improvements
- Add the
mz_probe
andmz_support
system clusters to support internal monitoring tasks. Users are not billed for these clusters.