taosdata / taos-connector-rust

TDengine connector for Rust
MIT License
30 stars 13 forks source link

perf(ws): improve query performance for large query resultset #336

Closed zitsen closed 4 months ago

zitsen commented 4 months ago

Close TD-30414

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 43.92523% with 240 lines in your changes missing coverage. Please review.

Project coverage is 72.45%. Comparing base (6554775) to head (570be91).

Files Patch % Lines
taos-ws/src/query/asyn.rs 50.78% 156 Missing :warning:
taos-ws/src/schemaless/mod.rs 0.00% 79 Missing :warning:
taos-ws/src/lib.rs 80.00% 3 Missing :warning:
taos-ws/src/schemaless/infra.rs 0.00% 1 Missing :warning:
taos-ws/src/stmt/mod.rs 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #336 +/- ## ========================================== + Coverage 71.93% 72.45% +0.52% ========================================== Files 99 98 -1 Lines 32976 32546 -430 ========================================== - Hits 23722 23582 -140 + Misses 9254 8964 -290 ```

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