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
At the moment, the analysis workflow relies on saving to disk for both serialising results and checkpointing (via DrWatson.produce_or_load). Similarly to discussion #221 this is fine for low/moderate computational workloads but isn't obviously scalable and relies on local file structure.
A (IMO) better alternative is open a connection to a DuckDB instance using the Julia front-end to stream results at; this also makes it easier to run the post-processing as results arrive.
The text was updated successfully, but these errors were encountered:
At the moment, the analysis workflow relies on saving to disk for both serialising results and checkpointing (via
DrWatson.produce_or_load
). Similarly to discussion #221 this is fine for low/moderate computational workloads but isn't obviously scalable and relies on local file structure.A (IMO) better alternative is open a connection to a
DuckDB
instance using the Julia front-end to stream results at; this also makes it easier to run the post-processing as results arrive.The text was updated successfully, but these errors were encountered: