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

improve relay performance #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

xiangyuf
Copy link
Contributor

In our usage, we found the performance bottleneck of relay is transaction writer thread. It takes most cpu time on generating schema md5 for each DbChangeEntry. It is better to pre-generate schema md5 for each versioned schema. Under our test environment, it will improve binlog parse efficiency about 30%.

@xiangyuf xiangyuf requested a review from groelofs February 12, 2020 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant