Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Releases: pingcap/tidb-lightning

v2.1.5

01 Mar 07:42
v2.1.5
10b9033
Compare
Choose a tag to compare

Do not report an error or exit when a Tombstone store exists in the cluster #4223

v2.1.4

15 Feb 09:08
10b9033
Compare
Choose a tag to compare
  • Added an option to disable periodic Level-1 compaction. When the TiKV cluster is 2.1.4 or above, Level-1 compaction is performed automatically even during import mode, and thus should be turned off on Lightning's side (#119, tikv/tikv#4086)
  • Limited the number of engines queued for import, to avoid overflowing Importer's hard disk space (#119).

v2.1.3

29 Jan 02:42
Compare
Choose a tag to compare
  • Open sourced (#116, #123)
  • Improved memory use and performance when parsing the SQL dump (#107, #108).
  • Lightning no longer splits a data file into multiple chunks, which eliminates time wasted on parsing every file twice (#109).
  • Limited I/O concurrency to avoid performance drop caused by cache miss (#110)
  • Implemented "batching" for partially ingest a large table into TiDB. This should improve stability of the import process (#113)
  • Fixed the issue where the imported data was not evenly distributed (tikv/tikv#4056)

Download from: https://download.pingcap.org/tidb-lightning-v2.1.3-linux-amd64.tar.gz

v2.1.2

19 Dec 08:10
2428999
Compare
Choose a tag to compare

Download from: https://download.pingcap.org/tidb-lightning-v2.1.2-linux-amd64.tar.gz

v2.1.1

12 Dec 07:37
510f71e
Compare
Choose a tag to compare
  • Parallelized ANALYZE calls, improving import speed when ANALYZE is enabled (#91)
  • Support storing checkpoints in local filesystem (#90)
  • Added a progress log (#92)
  • Ensure Compact is always executed sequentially (#92)
  • Fixed the issue where a checkpoint database cannot be created on MySQL due to the 3072-byte PRIMARY KEY limit. (#96)

Download from: https://download.pingcap.org/tidb-lightning-v2.1.1-linux-amd64.tar.gz

v2.1.0

30 Nov 11:05
d6446d3
Compare
Choose a tag to compare