-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DuckDB - Access or create a persistent database #159
Comments
On MBP, using DuckDB 0.9.0 with an in-memory database, I tried to fetch a large data-set. Here the DuckDB error :
IMHO, Whereas using DuckDB with a persistent storage back-end could be useful only if it could be "re-used" between tasks. I mean something like that.
It could be useful because SQL operations could be split between dedicated task, to improve debug, maintenance, readability ... |
Closing this issue because it has been open too long. Feel free to reopen it with a reproducer + additional details if it’s still relevant for you @armetiz |
Feature description
By default, DuckDB start with an in-memory database.
To avoid out-of-memory, it could be useful to connect DuckDB to a database file.
From Java documentation :
The text was updated successfully, but these errors were encountered: