timescale / timescaledb

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
https://www.timescale.com/
Other
16.82k stars 852 forks source link

Consider origin time on monthly buckets #6998

Closed fabriziomello closed 4 weeks ago

fabriziomello commented 1 month ago

Disable-check: force-changelog-file

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 78.57143% with 3 lines in your changes missing coverage. Please review.

Project coverage is 81.71%. Comparing base (59f50f2) to head (1f91e04). Report is 202 commits behind head on main.

Files Patch % Lines
src/time_bucket.c 78.57% 1 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6998 +/- ## ========================================== + Coverage 80.06% 81.71% +1.65% ========================================== Files 190 199 +9 Lines 37181 37029 -152 Branches 9450 9679 +229 ========================================== + Hits 29770 30260 +490 + Misses 2997 2874 -123 + Partials 4414 3895 -519 ```

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

fabriziomello commented 4 weeks ago

We decided to keep the current semantics and just allow variable-sized buckets using origin and/or offset on CAggs (related PR #7005).