Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 6dbdc430bd9d9281407e73988511f5e355d7f537 https://github.com/galaxyproject/galaxy/commit/6dbdc430bd9d9281407e73988511f... Author: Nate Coraor nate@bx.psu.edu Date: 2016-02-26 (Fri, 26 Feb 2016)
Changed paths: M lib/galaxy/model/mapping.py
Log Message: ----------- Loading a Job object eagerloads a lot of mappings down to the dataset level. For Jobs with many outputs with large metadata, this can consume many GB of memory. Attempt to lazy load instead such that only one row should be returned for querying jobs (but this could negatively impact performance in other places).
Commit: 19a58f745089eea730674158153bf77adbf2bbbc https://github.com/galaxyproject/galaxy/commit/19a58f745089eea730674158153bf... Author: Dannon Baker dannon.baker@gmail.com Date: 2016-03-01 (Tue, 01 Mar 2016)
Changed paths: M lib/galaxy/model/mapping.py
Log Message: ----------- Merge pull request #1809 from natefoo/lazyload-job
Change many job mapped properties to lazy loads
Compare: https://github.com/galaxyproject/galaxy/compare/a01ff73c7b0d...19a58f745089
galaxy-commits@lists.galaxyproject.org