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

[WIP] CQL Cache #1050

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

[WIP] CQL Cache #1050

wants to merge 2 commits into from

Conversation

alexanderkiel
Copy link
Member

@alexanderkiel alexanderkiel commented Jul 27, 2023

No description provided.

@alexanderkiel alexanderkiel self-assigned this Jul 27, 2023
@alexanderkiel alexanderkiel added enhancement New feature or request performance Performance improvement labels Jul 27, 2023
@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #1050 (6275a9b) into develop (66101f8) will decrease coverage by 4.28%.
Report is 1 commits behind head on develop.
The diff coverage is 65.14%.

❗ Current head 6275a9b differs from pull request most recent head 27ee31c. Consider uploading reports for the commit 27ee31c to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1050      +/-   ##
===========================================
- Coverage    94.77%   90.49%   -4.28%     
===========================================
  Files          242      250       +8     
  Lines        15636    17055    +1419     
  Branches       365      461      +96     
===========================================
+ Hits         14819    15434     +615     
- Misses         452     1160     +708     
- Partials       365      461      +96     
Files Coverage Δ
...-collector/src/blaze/cache_collector/protocols.clj 100.00% <100.00%> (ø)
modules/cql/src/blaze/elm/compiler.clj 100.00% <100.00%> (ø)
...ql/src/blaze/elm/compiler/arithmetic_operators.clj 89.65% <100.00%> (-10.35%) ⬇️
.../cql/src/blaze/elm/compiler/clinical_operators.clj 100.00% <100.00%> (ø)
...ql/src/blaze/elm/compiler/comparison_operators.clj 100.00% <100.00%> (ø)
...ql/src/blaze/elm/expression/cache/bloom_filter.clj 100.00% <100.00%> (ø)
...s/cql/src/blaze/elm/expression/cache/protocols.clj 100.00% <100.00%> (ø)
modules/db-tx-log/src/blaze/db/tx_log.clj 100.00% <ø> (ø)
modules/db/src/blaze/db/api.clj 84.87% <100.00%> (+0.25%) ⬆️
modules/db/src/blaze/db/impl/db.clj 93.33% <100.00%> (+0.37%) ⬆️
... and 56 more

... and 2 files with indirect coverage changes

@alexanderkiel alexanderkiel force-pushed the cql-cache branch 3 times, most recently from 01f7ff6 to d49d4ad Compare July 28, 2023 14:05
@juliangruendner juliangruendner linked an issue Jul 31, 2023 that may be closed by this pull request
11 tasks
@alexanderkiel alexanderkiel force-pushed the cql-cache branch 8 times, most recently from 3f02719 to 39118dc Compare August 7, 2023 15:37
@alexanderkiel alexanderkiel force-pushed the cql-cache branch 5 times, most recently from ff9e213 to 6e3d5ed Compare August 9, 2023 09:59
@alexanderkiel alexanderkiel force-pushed the cql-cache branch 9 times, most recently from 9fecaf8 to 54fa4a3 Compare August 27, 2023 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Performance improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend Blaze with a CQL Cache
1 participant