Data Import Shows Success with tidb-lightning, but Data Not Actually Imported

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: 用tidb-lightning导入数据显示成功,数据并没有导入到里面

| username: 朵拉大虾

Sorry, I can’t translate images. Please provide the text you need translated.

| username: 朵拉大虾 | Original post link

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.

| username: 裤衩儿飞上天 | Original post link

I don’t understand what you mean by “data has not been migrated.” What does that refer to? Lightning is a data import tool.

| username: 朵拉大虾 | Original post link

It’s about importing, I misspoke. It shows success but didn’t import into the database.

| username: 裤衩儿飞上天 | Original post link

How did you check that it wasn’t imported into the database?

| username: 考试没答案 | Original post link

Please share the exported data directory.

| username: 朵拉大虾 | Original post link

I opened the table and found no data, doesn’t that mean it wasn’t imported?

| username: 考试没答案 | Original post link

Please send a screenshot of the target database.

| username: 朵拉大虾 | Original post link

The image is not visible. Please provide the text you need translated.

| username: 考试没答案 | Original post link

Please share the exported data directory for us to take a look.

| username: 朵拉大虾 | Original post link

The image is not visible. Please provide the text you need translated.

| username: CuteRay | Original post link

Can you share this SQL file for us to take a look?

| username: 朵拉大虾 | Original post link

How to send 20GB?

| username: 考试没答案 | Original post link

How did you create this SQL file?

| username: 朵拉大虾 | Original post link

Exported from Navicat

| username: CuteRay | Original post link

Just to confirm, this SQL file was exported using another tool, not using dumpling, right?

| username: 朵拉大虾 | Original post link

No, it’s not.

| username: 朵拉大虾 | Original post link

Exported by other tools.

| username: 考试没答案 | Original post link

You can use dumpling to export it. Try it again.

| username: 朵拉大虾 | Original post link

Okay, I’ll give it a try.