spine-tools / Spine-Database-API

Database interface to Spine generic data model
https://www.tools-for-energy-system-modelling.org/
GNU Lesser General Public License v3.0
6 stars 5 forks source link

Fixed resolution time series slow to show #270

Closed manuelma closed 10 months ago

manuelma commented 10 months ago

We compute the indexes individually for each instance of TimeSeriesFixedResolution, where typically many parameter values in the DB will share the same start, resolution, and length - so we could memoize indexes, saving computing time.