Skip to content

MatrixOne-v3.0.0

Latest
Compare
Choose a tag to compare
@heni02 heni02 released this 26 Aug 11:10
· 9 commits to 3.0-dev since this release
f48ad1c

Release date: Aug 26 2025
MatrixOne version: v3.0.0

MatrixOne 3.0.0 introduces a improvement and bug fixes that enhance system performance, stability, and usability. Below are the major updates.

Key Improvements

1.Implement Fast-Shallow-Copy of table data
2.Support the new CLONE syntax, enabling rapid shallow copying of data at cluster, tenant, database, and table levels.
3.Schema changes now consume significantly less memory.
4.Implement RIGHT DEDUP join to reduce memory usage for big insert
5.Support strcmp function
6.Support make create index support partition

Bugfix

1.Fix cdc some bugs
2.Fix fuzzyfilter
3.Fix the snapshot some bugs
4.Fix SEMI join, shuffle join
5.Fix union all select fulltext
6.Fix some partition bugs

What's Changed

Full Changelog: v2.2.2...v3.0.0