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

[IOTDB-4005] Pipeline fragmentInstance to implement parallel execution #8432

Merged
merged 37 commits into from
Jan 10, 2023

Conversation

Alima777
Copy link
Contributor

@Alima777 Alima777 commented Dec 13, 2022

In order to make full use of the single machine multi-core performance, and improve the CPU utilization and query performance, we further split the Fragment instance into multiple pipelines for processing.

为了充分利用单机多核性能,提升CPU利用率和查询性能,我们把 Fragment instance 进一步拆分为多条 pipeline 进行处理。

Performance Test results:
Single data region situation(Single fragment instance for one query):
image
image

Our weekly test, it's single sensor query, so there is no obvious performance improvement.
image
image

@Alima777 Alima777 marked this pull request as ready for review December 15, 2022 12:31
@sonarcloud
Copy link

sonarcloud bot commented Jan 9, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 22 Code Smells

0.0% 0.0% Coverage
1.3% 1.3% Duplication

@JackieTien97 JackieTien97 merged commit c085fb1 into master Jan 10, 2023
@JackieTien97 JackieTien97 deleted the pipeline branch January 10, 2023 00:50
@Alima777 Alima777 restored the pipeline branch January 10, 2023 02:50
@Alima777 Alima777 deleted the pipeline branch February 1, 2023 01:52
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.

None yet

3 participants