Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Fred Moolekamp
Fred MoolekampReporter
Fred Moolekamp
Fred MoolekampReviewers
Tim Jenness
Story Points
2
RubinTeam
Data Release Production
Components
Checklist
Checklist
Created April 24, 2025 at 6:36 PM
Updated April 30, 2025 at 2:14 AM
Resolved April 30, 2025 at 2:13 AM
In https://rubinobs.atlassian.net/browse/DM-49537 we implemented storing scarlet models as zip files so that individual blends could be loaded quickly without loading the entire dataset. This has been causing I/O issues when the entire dataset is loaded (ie. for populating an entire source catalog) as it makes 1000s of separate I/O calls. This ticket is to fix that by loading the entire dataset into memory when no blend ID is (or blend IDs are) specified.