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

Performance Optimization: CPU and Memory Usage in Pipelined DML #54444

Open
ekexium opened this issue Jul 4, 2024 · 0 comments
Open

Performance Optimization: CPU and Memory Usage in Pipelined DML #54444

ekexium opened this issue Jul 4, 2024 · 0 comments

Comments

@ekexium
Copy link
Contributor

ekexium commented Jul 4, 2024

Enhancement

There are some usages of CPU and memory allocations that could be optimized. Some of them may be intentional trade-offs and some are unintentional.

In the context of pipelined DML, the majority of latency comes from TiDB, making the execution speed in TiDB more critical to overall performance.

Sub-tasks

@ekexium ekexium changed the title TiDB Performance Optimization: CPU and Memory Usage in Pipelined DML Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant