New Features
- Support collation
utf8mb4_unicode_ci
andutf8_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
andLIST COLUMNS PARTITION
table (Experimental) - Improve the Accuracy and Robustness of Index Selection (Experimental)