Materialize v0.97
v0.97
Sources and sinks
- Optimize memory usage of large transaction processing in the PostgreSQL and MySQL sources.
SQL
-
Add the
initcapfunction, which returns a given string with the first character of every word in upper case and all other characters in lower case.SELECT initcap('bye DrivEr'); initcap --------------------- Bye Driver (1 row) -
Add
mz_materialized_view_refresh_strategiesandmz_cluster_schedulesto the system catalog. These tables were added in support of ongoing feature development.