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
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
6 tikv
Lighting import 1 million tables (1w rows each table)
### tidb-lightning configuration
[lightning]
# check if the cluster satisfies the minimum requirement before startingcheck-requirements = falseindex-concurrency = 16table-concurrency = 16
[mydumper]
no-schema = truecase-sensitive = falsedata-source-dir = "xxx"# https://docs.pingcap.com/zh/tidb/stable/tidb-lightning-configuration
[conflict]
strategy = ""
[tikv-importer]
backend = "local"sorted-kv-dir = "/data/sorted-kv-dir"# parallel-import = truedisk-quota = "3TB"range-concurrency = 4# CSV files are imported according to MySQL LOAD DATA INFILE rules.
[mydumper.csv]
# separator between fields, should be an ASCII character.separator = ","# whether the CSV files contain a header. If true, the first line will be skippedheader = true# whether the CSV contains any NULL value. If true, all columns from CSV cannot be NULL.not-null = false# if non-null = false (i.e. CSV can contain NULL), fields equal to this value will be treated as NULLnull = "NULL"# whether to interpret backslash-escape inside strings.backslash-escape = false# if a line ends with a separator, remove it.trim-last-separator = false
[checkpoint]
enable = true# post-restore provide some options which will be executed after all kv data has been imported into the tikv cluster.# the execution order are(if set true): checksum -> analyze
[post-restore]
# if set true, checksum will do ADMIN CHECKSUM TABLE <table> for each table.# checksum = false# if set true, analyze will do ANALYZE TABLE <table> for each table.analyze = false
[tidb]
checksum-table-concurrency = 16
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
6 tikv
Lighting import 1 million tables (1w rows each table)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
Release Version: v8.5.0
Git Commit Hash: cf1bb56
Git Branch: heads/refs/tags/v8.5.0
Go Version: go1.23.4
UTC Build Time: 2024-12-12 16:11:49
Race Enabled: false
The text was updated successfully, but these errors were encountered: