Skip to content

tidb-server v5.0.0-rc

Compare
Choose a tag to compare
@bb7133 bb7133 released this 12 Jan 04:24
fd4437d

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