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

Tabular endpoint is slow to respond #58

Open dmfalke opened 2 years ago

dmfalke commented 2 years ago

When a request is made to the tabular endpoint, the response can take several seconds (for a paged request) to several minutes (for a non-paged request) to begin responding. This is most evident when requesting data for entities with a large amount of data (eg, MAL-ED Participant Repeated Measures).

Originally reported in https://github.com/VEuPathDB/web-eda/issues/988

danicahelb commented 2 years ago

@dmfalke is this ticket about finding a way to make loading faster? Is this the same issue as in https://github.com/VEuPathDB/web-eda/issues/1045?

@SheenaTomko thinks this ticket is about addressing “Downloading still takes a long time, >1 min to see the file start downloading”, as mentioned in https://github.com/VEuPathDB/web-eda/issues/988#issuecomment-1095513038

dmfalke commented 2 years ago

It's primarily to address the download issue that Sheena mentioned.