Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate read and write path for leveldb sorter #4631

Closed
Tracked by #3227
overvenus opened this issue Feb 19, 2022 · 0 comments · Fixed by #4712
Closed
Tracked by #3227

Separate read and write path for leveldb sorter #4631

overvenus opened this issue Feb 19, 2022 · 0 comments · Fixed by #4712
Labels
area/ticdc Issues or PRs related to TiCDC. component/sorter Sorter component. subject/performance Denotes an issue or pull request is related to replication performance. type/enhancement The issue or PR belongs to an enhancement.

Comments

@overvenus
Copy link
Member

overvenus commented Feb 19, 2022

Separate read and write path to improve read and write throughput.

We plan to add two actors reader and writer, and let table sorter be a thin shim, which delegates AddEntry to writer and Output to reader.

image image
@overvenus overvenus added subject/performance Denotes an issue or pull request is related to replication performance. component/sorter Sorter component. area/ticdc Issues or PRs related to TiCDC. labels Feb 19, 2022
@overvenus overvenus added the type/enhancement The issue or PR belongs to an enhancement. label Feb 23, 2022
ti-chi-bot pushed a commit that referenced this issue Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ticdc Issues or PRs related to TiCDC. component/sorter Sorter component. subject/performance Denotes an issue or pull request is related to replication performance. type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant