Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: Lightning导入的问题
May I ask what the purpose of setting pd-addr is when using Lightning to import data (exported by Dumpling) as mentioned in the example configuration document? It seems that I can successfully import without configuring pd-addr.
tidb v6.1.1 on k8s
What import mode is being used?
Could it be that you are using Logical Import Mode, i.e., backend = “tidb”?
Physical Import Mode, i.e., backend = “local”, requires configuring pd_addr.
Logical Import Mode, i.e., backend = “tidb”, does not require configuring pd_addr.
Indeed, we are using backend=tidb. Thanks for clarifying
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.