Feature #10750
lazy loading of the parameter set database
0%
Description
Hello,
The current art eagerly loads the parameter set database from its
input file. "Analysis jobs", i.e. jobs that do not produce any
framework outputs, do not need to load the database unless it is
explicitly queried by the user. With the current software this is
achievable by setting source.readParameterSets to false in the job
configuration. A more user friendly approach to avoid the sometimes
significant overhead (e.g. #10491) would be to only load the parameter
set database when needed, instead of always pre-loading it by default.
The "when needed" cases are writing out a framework format output
file, which should preserve historical parameter set information by
default, or an explicit user query.
Andrei
History
#1 Updated by Christopher Green about 5 years ago
- Category set to Metadata
- Status changed from New to Accepted
- Estimated time set to 40.00 h
- SSI Package - added
- SSI Package deleted (
)
#2 Updated by Kyle Knoepfel over 4 years ago
- Status changed from Accepted to Feedback
We are assigning priorities for outstanding issues and would like to know the relative urgency of this one. Could you let us know?
#3 Updated by Kyle Knoepfel over 4 years ago
I spoke with Andrei, and even though the feature is still requested, no need to elevate its priority.