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: allow chunked druid fetch #349

Merged
merged 4 commits into from
Feb 23, 2024
Merged

feat: allow chunked druid fetch #349

merged 4 commits into from
Feb 23, 2024

Conversation

ab93
Copy link
Member

@ab93 ab93 commented Feb 22, 2024

Client side fetch time comparision:

  • Normal fetch, 72 hours: 0.35 s
  • Chunked fetch, 72 hours, 6 hour chunk: 0.34 s

Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
@ab93 ab93 self-assigned this Feb 22, 2024
Copy link

codecov bot commented Feb 23, 2024

Codecov Report

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

Project coverage is 92.41%. Comparing base (bf27eb5) to head (9c397a8).

Files Patch % Lines
numalogic/connectors/druid/_druid.py 96.42% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #349      +/-   ##
==========================================
+ Coverage   92.31%   92.41%   +0.09%     
==========================================
  Files          82       82              
  Lines        3918     3953      +35     
  Branches      325      331       +6     
==========================================
+ Hits         3617     3653      +36     
+ Misses        233      231       -2     
- Partials       68       69       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ab93 ab93 marked this pull request as ready for review February 23, 2024 00:06
@ab93 ab93 added the enhancement New feature or request label Feb 23, 2024
Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
Copy link
Contributor

@s0nicboOm s0nicboOm left a comment

Choose a reason for hiding this comment

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

lgtm!

Copy link
Contributor

@shashank10456 shashank10456 left a comment

Choose a reason for hiding this comment

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

LGTM

@ab93 ab93 merged commit fb97b3a into main Feb 23, 2024
11 checks passed
@ab93 ab93 deleted the chunked-druid branch February 23, 2024 23:07
SaiSharathReddy pushed a commit to SaiSharathReddy/numalogic that referenced this pull request Apr 29, 2024
Client side fetch time comparision:

- Normal fetch, 72 hours: `0.35 s`
- Chunked fetch, 72 hours, 6 hour chunk: `0.34 s`

---------
Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
Signed-off-by: skondakindi <saisharathreddy_kondakindi@intuit.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants