You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2023/01/18 13:52:04 UTC

[GitHub] [skywalking-banyandb] hanahmily opened a new pull request, #242: Introduce the optimization phase

hanahmily opened a new pull request, #242:
URL: https://github.com/apache/skywalking-banyandb/pull/242

   To enable the pushdown operation, this PR introduces the optimization phase. There are two optimization rules:
   
   * Pushing down the query order.
   * Pushing down the max volume. Fixes https://github.com/apache/skywalking/issues/9908
   
   *Chores: update UI-related licenses.*
   
   Signed-off-by: Gao Hongtao <ha...@gmail.com>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-banyandb] codecov-commenter commented on pull request #242: Introduce the optimization phase

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #242:
URL: https://github.com/apache/skywalking-banyandb/pull/242#issuecomment-1387118641

   # [Codecov](https://codecov.io/gh/apache/skywalking-banyandb/pull/242?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#242](https://codecov.io/gh/apache/skywalking-banyandb/pull/242?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (1ed57a2) into [main](https://codecov.io/gh/apache/skywalking-banyandb/commit/7a69c0afdd5b20d38b9de26f7151248dee0966d9?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7a69c0a) will **increase** coverage by `0.01%`.
   > The diff coverage is `0.00%`.
   
   ```diff
   @@            Coverage Diff             @@
   ##             main     #242      +/-   ##
   ==========================================
   + Coverage   45.09%   45.10%   +0.01%     
   ==========================================
     Files          87       87              
     Lines        8906     8904       -2     
   ==========================================
     Hits         4016     4016              
   + Misses       4511     4509       -2     
     Partials      379      379              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/skywalking-banyandb/pull/242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [pkg/query/logical/measure/measure\_analyzer.go](https://codecov.io/gh/apache/skywalking-banyandb/pull/242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL3F1ZXJ5L2xvZ2ljYWwvbWVhc3VyZS9tZWFzdXJlX2FuYWx5emVyLmdv) | `0.00% <0.00%> (ø)` | |
   | [...ry/logical/measure/measure\_plan\_indexscan\_local.go](https://codecov.io/gh/apache/skywalking-banyandb/pull/242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL3F1ZXJ5L2xvZ2ljYWwvbWVhc3VyZS9tZWFzdXJlX3BsYW5faW5kZXhzY2FuX2xvY2FsLmdv) | `0.00% <0.00%> (ø)` | |
   | [pkg/query/logical/measure/schema.go](https://codecov.io/gh/apache/skywalking-banyandb/pull/242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL3F1ZXJ5L2xvZ2ljYWwvbWVhc3VyZS9zY2hlbWEuZ28=) | `0.00% <0.00%> (ø)` | |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-banyandb] hanahmily merged pull request #242: Introduce the optimization phase

Posted by GitBox <gi...@apache.org>.
hanahmily merged PR #242:
URL: https://github.com/apache/skywalking-banyandb/pull/242


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org