aphp / eds-scikit

eds-scikit is a Python library providing tools to process and analyse OMOP data
https://aphp.github.io/eds-scikit
BSD 3-Clause "New" or "Revised" License
35 stars 5 forks source link

Fix latency due to koalas cache #50

Closed svittoz closed 9 months ago

svittoz commented 9 months ago

Fix latency due to koalas cache

It has been observed that eds-scikit 0.1.5 was much slower than 0.1.5.dev1. Caching in spark and not in koalas solved the issue.

Checklist

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (cb73941) 83.83% compared to head (176fb15) 83.82%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #50 +/- ## ========================================== - Coverage 83.83% 83.82% -0.01% ========================================== Files 82 82 Lines 2493 2492 -1 ========================================== - Hits 2090 2089 -1 Misses 403 403 ```

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