iobio / sv.iobio

structural variant visualization application
0 stars 0 forks source link

Test Bulk Backend Requests #39

Closed emersonlebleu closed 1 month ago

emersonlebleu commented 1 month ago

We don't think that the number of calls needed to be made is feasible over network. We want to try to see if we can somehow batch and return large sections of data instead.

emersonlebleu commented 1 month ago

Batching the SVs into reasonable sized chunks to retrieve the SV associations is working now.

To be done will be more refined sorting of the SVs to bubble up important SVs and push down non important ones.