Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tiflash部分数据丢失,能否恢复

Last time, I was not very familiar with modifying parameters. When modifying parameters, I only modified TiKV and did not synchronize the modification of TiFlash parameters. As a result, data exceeding 8M per row was synchronized to TiKV but not to TiFlash. Some data was not synchronized to TiFlash. How should this unsynchronized data be handled?
- Scaling down TiFlash and then scaling it up again is one way, but it is not very friendly. If the data volume is too large, it will take a long time.
- If the TiFlash parameters are modified to be consistent with TiKV, can the data be automatically synchronized? I am not sure if this method will work.
- Are there any other ways to query the missing data and manually use some tools to synchronize it to TiFlash?