Skip to content

matrixone-v0.3.0

Compare
Choose a tag to compare
@JinHai-CN JinHai-CN released this 10 Mar 04:38
56fcd3f

We are excited to announce MatrixOne 0.3.0 release. Cheers!

Docker

docker pull matrixorigin/matrixone:0.3.0

Features

  • Exports data into CSV file.
  • Introduces parallel execution and improve performance for projection query.
  • Introduces IN operator and allows you to specify multiple values in a WHERE clause.
  • Support NULLABLE column in group by expression.
  • Introduces new functions: round and floor.
  • Introduces a Chaos Testing framework for distributed system.

Known issues

  • For continuous table creation actions in a script, the parameter of pre-allocated-group-num should be set to a bigger value such in cluster scenarios. Otherwise, "no available raft group" may be notified during tables creation sequence.

Contributors

This release includes 157 commits by 21 authors.

New Contributors

We appreciate your contribution! Welcome to MatrixOne community.

Full Changelog

v0.2.0...v0.3.0