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
In the short term, we should have a single global db connection that can make unique view names for each dataset, and read multiple database files using ATTACH: https://duckdb.org/docs/sql/statements/attach.html
This will hopefully help with minimizing any caching that duckdb does for each different connection.
The text was updated successfully, but these errors were encountered:
In the short term, we should have a single global db connection that can make unique view names for each dataset, and read multiple database files using
ATTACH
: https://duckdb.org/docs/sql/statements/attach.htmlThis will hopefully help with minimizing any caching that duckdb does for each different connection.
The text was updated successfully, but these errors were encountered: