ExposuresProvider / icees-api

MIT License
2 stars 8 forks source link

remove cache to count_unique() #307

Closed hyi closed 5 months ago

hyi commented 5 months ago

This fix is for addressing the issue https://github.com/ExposuresProvider/icees-api-config/issues/112. This cache decorator appears to be an intermediate work in an attempt to use caching to improve query performance, but it is causing problem with applying different cohort conditions to the queries.