Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 用tidb-lightning导入数据显示成功,数据并没有导入到里面

Sorry, I can’t translate images. Please provide the text you need translated.
Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 用tidb-lightning导入数据显示成功,数据并没有导入到里面
Sorry, I can’t translate images. Please provide the text you need translated.
The default value of tidb_enable_clustered_index
is INT_ONLY
, which means that the clustered index is enabled by default only for tables with an integer primary key.
I don’t understand what you mean by “data has not been migrated.” What does that refer to? Lightning is a data import tool.
It’s about importing, I misspoke. It shows success but didn’t import into the database.
How did you check that it wasn’t imported into the database?
I opened the table and found no data, doesn’t that mean it wasn’t imported?
The image is not visible. Please provide the text you need translated.
Please share the exported data directory for us to take a look.
The image is not visible. Please provide the text you need translated.
Just to confirm, this SQL file was exported using another tool, not using dumpling
, right?