Materialize v0.91

v0.91

Sources and sinks

SQL

  • Emit a notice if the cluster specified in the connection string used to connect to Materialize does not exist and the specified role does not have a default cluster set.

    NOTICE:  default cluster "quickstart" does not exist
    HINT:  Set a default cluster for the current role with ALTER ROLE <role> SET cluster TO <cluster>.
    psql (15.5 (Homebrew), server 9.5.0)
    Type "help" for help.
    
    materialize=>
    

Bug fixes and other improvements

  • Bump the max_connections connection limit to 5000, and enforce it for all users (including superusers).

  • Correctly initialize source statistics in mz_internal.mz_sources_statistics when subsources are dropped and recreated using the ALTER SOURCE...{ ADD | DROP } SUBSOURCE command.

Back to top ↑