openclimatefix / nowcasting_datamodel

Datamodel for the nowcasting project
6 stars 6 forks source link

use joinedload to speed up gett all forecasts objects #51

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Pull Request

Description

use 'joinedload' to pre load children. This means only one sql command is made. Fixes #48

How Has This Been Tested?

Checklist: