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

Investigate and document experiments showing slower performance on Palm Subsetting vs. laptop environment #92

Open dmgaldi opened 1 year ago

dmgaldi commented 1 year ago

Overview

I noticed when investigating slow performance of the map on a dev site using the map/reduce system, that the performance in my IDE on my laptop was around 6.5 seconds while the map was about 9.5 seconds.

We should reproduce and document these experiments to make sure the results are valid/correct. This could also involve enabling the Java Flight Recorder temporarily in our dev environments.

Here is the request in our largest restricted study:

{
  "filters": [],
  "outputVariableIds": [
    "EUPATH_0000054",
    "EUPATH_0043204",
    "OBI_0001620",
    "OBI_0001621"
  ]
}