Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 565 Bytes

101.md

File metadata and controls

24 lines (18 loc) · 565 Bytes
title category aliases
TiDB 1.0.1 Release Notes
Releases
/docs/releases/101/

TiDB 1.0.1 Release Notes

On November 1, 2017, TiDB 1.0.1 is released with the following updates:

TiDB:

  • Support canceling DDL Job.
  • Optimize the IN expression.
  • Correct the result type of the Show statement.
  • Support log slow query into a separate log file.
  • Fix bugs.

TiKV:

  • Support flow control with write bytes.
  • Reduce Raft allocation.
  • Increase coprocessor stack size to 10MB.
  • Remove the useless log from the coprocessor.