griffithlab / civicpy

A python interface for the CIViC db application
MIT License
8 stars 5 forks source link

update civicpy hard cache behavior #108

Closed ahwagner closed 3 years ago

ahwagner commented 3 years ago

Currently cache building with CIViCpy is very hard on the CIViC server.

CIViC server now has built-in pagination: https://github.com/griffithlab/civic-server/pull/632

We should update the CIViCpy caching behavior to use the pagination features to reduce this burden.