github pingcap/tidb v5.0.0-rc
tidb-server v5.0.0-rc

latest releases: v6.5.6-20240517-4b81451, v6.1.7-20240517-4f182e3, v6.5.3-20240511-deeb433...
3 years ago

New Features

  • Support collation utf8mb4_unicode_ci and utf8_unicode_ci
  • Support error/info log desensitization
  • Support Invisible Indexes
  • Support Async commit. Async Commit is an optimization that reduces commit latency, by returning success to the user when all prewrites have succeeded. (Experimental)
  • Support clustered Index. Clustered indexes provide TiDB the ability to organize tables in a way that can improve the performance of certain queries. (Experimental)
  • Support LIST PARTITION and LIST COLUMNS PARTITION table (Experimental)
  • Improve the Accuracy and Robustness of Index Selection (Experimental)

Improvements

  • Improve the executor runtime information collection
  • Optimize the Performance of Bulk Deletion

Don't miss a new tidb release

NewReleases is sending notifications on new releases.