camicroscope / Caracal

Conslidated Backend, Auth, and Security Services for caMicroscope
GNU General Public License v3.0
15 stars 94 forks source link

Precalculating and Caching some mongo results #67

Closed birm closed 3 years ago

birm commented 3 years ago

Some mongo results take a long time to fetch, don't change often, and don't have much data. We could add in a cache/no-cache case to precalculate results, especially Distinct operations. Inspired by slow calls to get segmentation data.

ayan-biswas0412 commented 3 years ago

@birm can you ellaborate on this topic ? it seems interesting I would love to work in this

birm commented 3 years ago

I'm no longer convinced that this is necessary, due in part to some ui wizardry.