ElliottKasoar / abcd

0 stars 0 forks source link

Investigate query performance #22

Open ElliottKasoar opened 7 months ago

ElliottKasoar commented 7 months ago

While most functionality seems to work reasonably well on a small scale, more consideration needs to be put into storing/querying large amounts of data, including:

Discussions have also included the use of caching, which can be controlled to some extent, but is also largely handled behind the scenes, as well as pagination, lazy loading etc, although in some cases that caused issues such as generating summary histograms, all the data may be required in memory simultaneously, so there may be no clear resolution.