TulipaEnergy / TulipaEnergyModel.jl

An energy system optimization model that is flexible, computationally efficient, and academically robust.
Apache License 2.0
22 stars 19 forks source link

Refactor architecture to use Tables (DuckDB) #547

Closed abelsiqueira closed 3 weeks ago

abelsiqueira commented 5 months ago

Description

Given the changes that are happening in the input (ref #289) and that happened in the model, it makes sense to use Tables to store most of data, instead of converting the data into other structures only to convert them back to dataframes in the model.

We should benchmark and evaluate the changes to make sure they are good ideas.

Sub issues

abelsiqueira commented 1 month ago

We should update or remote this in favour of the discussion happening in #688

datejada commented 3 weeks ago

Closing this issue in favour of Epic #701, which has all the relevant issues that are not finished here (at the moment of closing this issue).