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 Enhancement of Table Scanning #6834

Open
JinheLin opened this issue Feb 16, 2023 · 1 comment
Open

Performance Enhancement of Table Scanning #6834

JinheLin opened this issue Feb 16, 2023 · 1 comment
Assignees
Labels
component/storage type/enhancement The issue or PR belongs to an enhancement.

Comments

@JinheLin
Copy link
Contributor

JinheLin commented Feb 16, 2023

No description provided.

@JinheLin JinheLin added type/enhancement The issue or PR belongs to an enhancement. component/storage labels Feb 16, 2023
@JinheLin JinheLin self-assigned this Feb 16, 2023
@flowbehappy
Copy link
Contributor

flowbehappy commented Feb 16, 2023

Background of this task: Currently, small queries (e.g. scan 2 million rows and do aggregation) can not fully use CPU resources on 8 logical core machines (e.g. r5.2xlarge).

Also, consider making the default thread pool size to be 2x of CPU number. And check whether it is more efficient for small queries.

ti-chi-bot pushed a commit that referenced this issue Feb 24, 2023
ti-chi-bot bot pushed a commit that referenced this issue Nov 8, 2023
ti-chi-bot bot pushed a commit that referenced this issue Dec 14, 2023
yibin87 pushed a commit to yibin87/tiflash that referenced this issue Dec 15, 2023
ti-chi-bot bot pushed a commit that referenced this issue Jan 3, 2024
ti-chi-bot bot added a commit that referenced this issue Jul 29, 2024
ref #6834

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Co-authored-by: JaySon <tshent@qq.com>
ti-chi-bot bot pushed a commit that referenced this issue Sep 6, 2024
ref #6834

Co-authored-by: Lloyd-Pottiger <60744015+Lloyd-Pottiger@users.noreply.github.com>
@JinheLin JinheLin changed the title Read Thread Pool Enhancement Performance Enhancement of Table Scanning Oct 25, 2024
ti-chi-bot bot pushed a commit that referenced this issue Oct 28, 2024
ref #6834

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>

Co-authored-by: Lloyd-Pottiger <yan1579196623@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/storage type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants