Skip to content

Releases: matrixorigin/matrixone

MatrixOne-v3.0.0

26 Aug 11:10
f48ad1c

Choose a tag to compare

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

Read more

MatrixOne-v2.2.2-hotfix-20250822

22 Aug 02:22
48f076d

Choose a tag to compare

Pre-release

Release date: Aug 22 2025
MatrixOne version: v2.2.2-hotfix-20250822

Bugfix

Fix SEMI join: don't skip probe when runtime filter fails
Fix cn panic as context deadline not set

What's Changed

Full Changelog: v2.2.2-hotfix-20250817...v2.2.2-hotfix-20250822

MatrixOne-v2.2.2-hotfix-20250817

17 Aug 06:31
4331a2d

Choose a tag to compare

Pre-release

Release date: Aug 17 2025
MatrixOne version: v2.2.2-hotfix-20250817

Bugfix

Fix fuzzyfilter

What's Changed

Full Changelog: v2.2.2-hotfix-20250731...v2.2.2-hotfix-20250817

MatrixOne-v1.2.2-yidao-hotfix-20250816

16 Aug 02:24
ae4b5ef

Choose a tag to compare

Pre-release

Release date: Aug 16 2025
MatrixOne version: v1.2.2-yidao-hotfix-20250816

Bugfix

Fix semi join

What's Changed

Full Changelog: v1.2.2-yidao...v1.2.2-yidao-hotfix-20250816

MatrixOne-v2.2.2-hotfix-20250731

31 Jul 06:36
2ff5b17

Choose a tag to compare

Pre-release

Release date: July 31 2025
MatrixOne version: v2.2.2-hotfix-20250731

MatrixOne v2.2.2-hotfix-20250731 introduces bug fixes. Below are the major updates.

Bugfix

Fix ON UPDATE for INSERT ON DUPLICATE UPDATE
Fix union all select fulltext

What's Changed

Full Changelog: v2.2.2-hotfix-20250725...v2.2.2-hotfix-20250731

MatrixOne-v2.2.2-hotfix-20250725

25 Jul 06:19
80578c0

Choose a tag to compare

Pre-release

Release date: July 25 2025
MatrixOne version: v2.2.2-hotfix-20250725

MatrixOne v2.2.2-hotfix-20250725 introduces bug fixes. Below are the major updates.

Bugfix

Fix cdc sync timing
Fix cdc json

What's Changed

Full Changelog: v2.2.2...v2.2.2-hotfix-20250725

MatrixOne-v2.2.2

17 Jul 03:27
621cc62

Choose a tag to compare

Release date: July 17 2025
MatrixOne version: v2.2.2

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

Key Improvements

  1. CDC support frequency

Bugfix

Optimize memory issues
Fix any value for json
Fix gc mpool leak
Fix force gckp

What's Changed

Full Changelog: v2.2.1...v2.2.2

MatrixOne-v2.2.1

03 Jul 09:52
3ad6c16

Choose a tag to compare

Release date: July 03 2025
MatrixOne version: v2.2.1

MatrixOne 2.2.1 introduces a series of bug fixes that enhance system performance, stability, and usability. Below are the major updates.

Bugfix

Optimize memory issues
Fix shuffle join for recursive cte
Fix error checking in rpc handler
Fix create index with keywords
Fix lock hung

What's Changed

Full Changelog: v2.2.0...v2.2.1

MatrixOne-v1.2.2-yidao

09 Jul 09:32
64eb931

Choose a tag to compare

Pre-release

Release date: July 09 2025
MatrixOne version: v1.2.2-yidao

Bugfix

Fix shuffle join for recursive cte

What's Changed

Full Changelog: v1.2.2-20240715...v1.2.2-yidao

MatrixOne-v2.2.0

18 Jun 07:31
904a820

Choose a tag to compare

Release date: June 18, 2025
MatrixOne version: v2.2.0

MatrixOne 2.2.0 introduces a series of bug fixes that enhance system performance, stability, and usability. Below are the major updates.

Bugfix

Fix cdc bug
Fix the bug of enum
Fix duplicate pk due to big delete
Fix rollup with having by
Fix join order for DML plan

What's Changed

Read more