v1.7.0
For installation and running instructions, see Get started.
Main changes
SQL features
- Query syntax:
- SQL commands:
- Supports changing the schema registry by redefining the
format_encode_options
. #14057
- Supports changing the schema registry by redefining the
- SQL functions & operators:
- System catalog:
- Change
rw_streaming_parallelism
to allow queries on streaming job parallelism with job name and type. Adds system viewrw_fragment_parallelism
to allow for queries on parallelism information at fragment level #14789, #14261 - Adds
relpersistence
inpg_class
catalog. #14400 - Supports
pg_get_viewdef()
. #14336
- Change
Connectors
- Cassandra and ScyllaDB sinks no longer support
timestamp
type. #14413 - Updates StarRocks sink connector parameters. #14823
- Introduces
snapshot
option to allow users to disable CDC backfill and to only consume from the latest changelog. #14718 - Sets the default value of
transactional
parameter totrue
for MySQL and Postgres CDC shared sources. #14899
Installation and deployment
[Pre-Release] Supports single_node node to run RisingWave in a single process.
Cluster configuration changes
- Introduce a session variable
batch_enable_distributed_dml
to enable batch ingesting. #14630 - Changes wording from
AUTO
toADAPTIVE
parallelism. #14414 - Supports adaptive scaling for streaming jobs by default. #14873
Full Changelog: v1.6.0...v1.7.0