pastas / pastastore

:spaghetti: :convenience_store: Tools for managing timeseries and Pastas models
https://pastastore.readthedocs.io
MIT License
16 stars 4 forks source link

add support for ArcticDB with parallel solve #144

Open martinvonk opened 1 month ago

martinvonk commented 1 month ago

Currently, we can only do parallel processing with the PasConnector. However, this should also work for ArcticDB since it is supported by their software: https://docs.arcticdb.io/latest/tutorials/parallel_writes/.

dbrakenhoff commented 1 month ago

Parallel results:

image

Recommendation: use PasConnector. With ArcticDBConnector you incur a ~1s connection initialization penalty for each call to solve_model().

dbrakenhoff commented 1 month ago

@martinvonk, did you get around to testing this?

martinvonk commented 1 month ago

Not yet :)