You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TiDB 2.1 RC5 was released on November 12, 2018, with improvements in stability, SQL optimizer, statistics, and execution engine. Fixes include issues with IndexReader, IndexScan Prepared statement, Union statement, and JSON data conversion. Server improvements include log readability, table data retrieval, and environment variable additions. PD fixes issues related to Region key reading, `regions/check` API, PD restart join, and event loss. TiKV improves error messages, adds panic mark file, downgrades grpcio, and adds an upper limit to the `kv_scan` interface.
TiDB 2.1 RC5 Release Notes
On November 12, 2018, TiDB 2.1 RC5 is released. Compared with TiDB 2.1 RC4, this release has great improvement in stability, SQL optimizer, statistics information, and execution engine.
TiDB
SQL Optimizer
Fix the issue that IndexReader reads the wrong handle in some cases #8132
Fix the issue occurred while the IndexScan Prepared statement uses Plan Cache#8055
Fix the issue that the result of the Union statement is unstable #8165
SQL Execution Engine
Improve the performance of TiDB on inserting or updating wide tables #8024
Support the unsigned int flag in the Truncate built-in function #8068
Fix the error occurred while converting JSON data to the decimal type #8109
Fix the error occurred when you Update the float type #8170
Statistics
Fix the incorrect statistics issue during point queries in some cases #8035
Fix the selectivity estimation of statistics for primary key in some cases #8149
Fix the issue that the statistics of deleted tables are not cleared up for a long period of time #8182
Server
Improve the readability of logs and make logs better