-
Notifications
You must be signed in to change notification settings - Fork 411
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
LAC::consumeResource may introduce performance regression #8270
Comments
As the issue causes a 17%- 31% performance regression in CH benchmark, which will block the release of v7.5.0. Adjust its severity to critical. |
/remove-label may-affects-5.3 |
@Yui-Song: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/remove-label may-affects-5.3 |
@Yui-Song: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
https://github.com/pingcap/tiflash/blob/master/dbms/src/Storages/DeltaMerge/SkippableBlockInputStream.h#L224 and https://github.com/pingcap/tiflash/blob/master/dbms/src/Storages/DeltaMerge/ColumnFile/ColumnFileSetReader.cpp#L194 will consume resource for storage layer, but there are situations that the calling of
LAC::consumeResource
are too frequent, which may introduce significant regression.1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
The text was updated successfully, but these errors were encountered: