Sign InTry Free

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
    • Fix the error occurred when obtaining the table data of infoschema.profiling #8096
    • Replace the unix socket with the pumps client to write binlogs #8098
    • Add the threshold value for the tidb_slow_log_threshold environment variable, which dynamically sets the slow log #8094
    • Add the original length of a SQL statement truncated while the tidb_query_log_max_len environment variable dynamically sets logs #8200
    • Add the tidb_opt_write_row_id environment variable to control whether to allow writing _tidb_rowid #8218
    • Add an upper bound to the Scan command of ticlient, to avoid overbound scan #8081, #8247
  • DDL
    • Fix the issue that executing DDL statements in transactions encounters an error in some cases #8056
    • Fix the issue that executing truncate table in partition tables does not take effect #8103
    • Fix the issue that the DDL operation does not roll back correctly after being cancelled in some cases #8057
    • Add the admin show next_row_id command to return the next available row ID #8268

PD

  • Fix the issues related to pd-ctl reading the Region key
  • Fix the issue that the regions/check API returns the wrong result #1311
  • Fix the issue that PD cannot restart join after a PD join failure #1279
  • Fix the issue that watch leader might lose events in some cases #1317

TiKV

  • Improve the error message of WriteConflict #3750
  • Add the panic mark file #3746
  • Downgrade grpcio to avoid the segment fault issue caused by the new version of gRPC #3650
  • Add an upper limit to the kv_scan interface #3749

Tools

  • Support the TiDB-Binlog cluster, which is not compatible with the older version of binlog #8093, documentation

Was this page helpful?

Download PDFRequest docs changesAsk questions on Discord
Playground
New
One-stop & interactive experience of TiDB's capabilities WITHOUT registration.
Products
TiDB
TiDB Dedicated
TiDB Serverless
Pricing
Get Demo
Get Started
© 2024 PingCAP. All Rights Reserved.
Privacy Policy.