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

feat: create logical region to metric engine #2706

Merged
merged 7 commits into from
Nov 9, 2023

Conversation

waynexia
Copy link
Member

@waynexia waynexia commented Nov 7, 2023

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

Previous patch implements the creation of physical regions. This PR adds supports to create logical region.

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.

Refer to a related PR or issue link (optional)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #2706 (cf9616a) into develop (6fd04e3) will decrease coverage by 0.43%.
Report is 15 commits behind head on develop.
The diff coverage is 62.79%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2706      +/-   ##
===========================================
- Coverage    85.15%   84.73%   -0.43%     
===========================================
  Files          762      765       +3     
  Lines       122342   123431    +1089     
===========================================
+ Hits        104181   104589     +408     
- Misses       18161    18842     +681     

src/datatypes/src/schema/column_schema.rs Outdated Show resolved Hide resolved
src/metric-engine/src/data_region.rs Outdated Show resolved Hide resolved
src/metric-engine/src/data_region.rs Outdated Show resolved Hide resolved
src/metric-engine/src/data_region.rs Outdated Show resolved Hide resolved
src/metric-engine/src/engine.rs Show resolved Hide resolved
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
@waynexia waynexia requested a review from evenyag November 9, 2023 03:25
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Copy link
Collaborator

@fengjiachun fengjiachun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fengjiachun fengjiachun added this pull request to the merge queue Nov 9, 2023
Merged via the queue into GreptimeTeam:develop with commit c62ba79 Nov 9, 2023
12 checks passed
@waynexia waynexia deleted the create-logic-region branch November 9, 2023 06:22
This pull request was closed.
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.

3 participants