You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
representative_periods
to use DuckDB #713base_periods
to use DuckDBconstraints_partitions
to use DuckDBgraph
to a mix of Graph and use DuckDBThe text was updated successfully, but these errors were encountered: