Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 985 Bytes

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 985 Bytes

TiDB-Lightning Changelog

All notable changes to this project will be documented in this file. See also Release Notes.

2.1.2 (2018-12-22)

  • The minimum cluster version requirement enforced as 2.1.0
  • Fixed parse error when the data file contains JSON data
  • Fixed the Too many open engines error after resuming from checkpoint

2.1.1 (2018-12-12)

  • Parallelized ANALYZE calls, improving import speed when ANALYZE is enabled
  • Support storing checkpoints in local filesystem
  • Added a progress log
  • Ensure Compact is always executed sequentially
  • Fixed the issue where a checkpoint database cannot be created on MySQL due to the 3072-byte PRIMARY KEY limit.

2.1.0 (2018-11-30)

  • Initial public release.