LabKey / platform

A set of modules that provide core functionality for LabKey Server
Apache License 2.0
7 stars 7 forks source link

Experiment: stream results from the lineage API #5930

Closed labkey-nicka closed 4 weeks ago

labkey-nicka commented 4 weeks ago

Rationale

As a part of my investigation into experiment lineage API performance it was clear that we could move towards a streaming approach for lineage results as opposed to loading everything into memory before sending down the wire. These changes stream the lineage API payload after the initial lineage query is performed allowing for batched resolution (and discard) of experiment objects (i.e. ExpData, ExpMaterial, etc.).

Changes