fetch data from tikv every time after resuming the changefeed even though subscribe the same table
Open
@lidezhu is already working on this.
Since May 30, 2025.
- Dominant language
- Go
- Stars
- 56
- Forks
- 63
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 34
Description
Run the following steps:
- deploy one ticdc node.
- create 4 changefeeds, all subscribe all tables, no filter set.
- pause the changefeed
- run the workload, write in a lot of data to trigger incremental scan
- resume changefeed one by one.
From images above we can know that after each changefeed resumed, all triggers incremental scan tasks.
Since all tables share the same, those data should can be shared, to reduce the cost on fetch data from tikv and write into the local disk storage.
Only fetch data after resume the first changefeed is expected
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.