NREL-Sienna / InfrastructureSystems.jl

Utility package for Sienna's simulation infrastructure
https://nrel-sienna.github.io/InfrastructureSystems.jl/
BSD 3-Clause "New" or "Revised" License
35 stars 20 forks source link

Support for bulk addition of supplemental attributes #382

Open daniel-thom opened 1 week ago

daniel-thom commented 1 week ago

We currently only support adding supplemental attributes one at a time. This is likely to be slow if there are thousands of attributes because each addition causes one row to be added to an SQLite table. We support bulk addition of time series for the same reason and could do the same for supplemental attributes.