VEuPathDB / EdaSubsettingService

A REST service to provide data and subsetting in the Exploratory Data Analysis Workspace
Apache License 2.0
0 stars 0 forks source link

EDA Optimization Tuning (Phase 2) #91

Open dmgaldi opened 1 year ago

dmgaldi commented 1 year ago

Overview

The performance of the full screen map's use-cases should be improved to provide a smooth experience for large datasets.

Discussion 01/27/2023

1/30/2023: Currently identified bottlenecks:

Single-Entity Requests A lot of work has been done to streamline this case. Because we can short-circuit merging logic, the main bottleneck comes in data service.

Multi-Entity Requests

Subtasks