lindb / lindb

LinDB is a scalable, high performance, high availability distributed time series database.
https://lindb.io/
Apache License 2.0
3k stars 283 forks source link

[enhance:#1021]: monthly partitioning of indices #1022

Closed joyant closed 5 months ago

joyant commented 5 months ago

What problem does this PR solve?

Issue Number: #1021

Problem Summary: This submission doesn't implement concurrent index reading due to ongoing refactoring in PR #1015.

Check List

Tests

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 82.45614% with 30 lines in your changes are missing coverage. Please review.

Project coverage is 94.21%. Comparing base (f740235) to head (f56cd06).

:exclamation: Current head f56cd06 differs from pull request most recent head cd28e60. Consider uploading reports for the commit cd28e60 to get more accurate results

Files Patch % Lines
index/metric_index_segment.go 82.85% 13 Missing and 11 partials :warning:
tsdb/shard.go 62.50% 2 Missing and 1 partial :warning:
tsdb/data_family.go 50.00% 1 Missing and 1 partial :warning:
query/operator/tag_value_collect.go 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1022 +/- ## ========================================== - Coverage 94.38% 94.21% -0.18% ========================================== Files 400 401 +1 Lines 24682 24822 +140 ========================================== + Hits 23296 23385 +89 - Misses 1133 1164 +31 - Partials 253 273 +20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.