Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

3.0.0.0

Changes since the last release:

  • Source release and binary release.
  • New Feature: pluggable storage framework which enable us to support a new data source by writing a few interface functions
  • New Feature: new design and implementation of dispatcher which improve the scalability of the cluster
  • Improvement: improvement for partitioned table which boost its performance
  • Bug Fix:

    • Fix core dump when using locks

    • Fix core dump in planner when multiple join alias are present

    • Serialize the QueryResource in PlannedStmt

    • Improve the error message when dead lock happens

    • Fix memory leak in dispatcher

2.4.0.0

Changes since the last release:

...