Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mo-v2.2.1-linux-arm64.zip | 2025-07-03 | 72.2 MB | |
mo-v2.2.1-linux-x86_64.zip | 2025-07-03 | 78.7 MB | |
MatrixOne-v2.2.1 source code.tar.gz | 2025-07-03 | 15.2 MB | |
MatrixOne-v2.2.1 source code.zip | 2025-07-03 | 18.7 MB | |
README.md | 2025-07-03 | 2.3 kB | |
Totals: 5 Items | 184.7 MB | 0 |
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
- [fix] put non-PK runtime filter in Filter operator by @aunjgr in https://github.com/matrixorigin/matrixone/pull/22026
- fix merge log by @aptend in https://github.com/matrixorigin/matrixone/pull/22029
- fix lock hung and remove big log lock by @iamlinjunhong in https://github.com/matrixorigin/matrixone/pull/22031
- [taskservice] bug: add Created condition when filter tasks by @volgariver6 in https://github.com/matrixorigin/matrixone/pull/22040
- fix create index with keywords by @iamlinjunhong in https://github.com/matrixorigin/matrixone/pull/22036
- remove some debug log for gc by @LeftHandCold in https://github.com/matrixorigin/matrixone/pull/22018
- reduce memory usage and IO in DML plan with vector index by @aunjgr in https://github.com/matrixorigin/matrixone/pull/22044
- enable CHAR_LENGTH to accept TEXT by @aunjgr in https://github.com/matrixorigin/matrixone/pull/22051
- [fix] don't use index if it has all PK columns by @aunjgr in https://github.com/matrixorigin/matrixone/pull/22054
- fix shuffle join for recursive cte by @iamlinjunhong in https://github.com/matrixorigin/matrixone/pull/22056
- disable pushdown limit for 2.2-dev by @cpegeric in https://github.com/matrixorigin/matrixone/pull/22065
- fix varchar length bump check by @aptend in https://github.com/matrixorigin/matrixone/pull/22067
- fix error checking in rpc handler 2.2 by @aptend in https://github.com/matrixorigin/matrixone/pull/22071
- to 2.2: fix transfer tombstone failed when drop pitr bvt. by @gouhongshen in https://github.com/matrixorigin/matrixone/pull/22072
- to 2.2: remove some prints. by @gouhongshen in https://github.com/matrixorigin/matrixone/pull/22077
- bump 2.2 release date by @aptend in https://github.com/matrixorigin/matrixone/pull/22083
- to 2.2: fix failed BVT cases. by @gouhongshen in https://github.com/matrixorigin/matrixone/pull/22095
Full Changelog: https://github.com/matrixorigin/matrixone/compare/v2.2.0...v2.2.1