Skip to content
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

Allow configuring of DuckDB settings #216

Closed
JelteF opened this issue Sep 24, 2024 · 0 comments · Fixed by #291
Closed

Allow configuring of DuckDB settings #216

JelteF opened this issue Sep 24, 2024 · 0 comments · Fixed by #291
Labels
enhancement New feature or request

Comments

@JelteF
Copy link
Collaborator

JelteF commented Sep 24, 2024

DuckDB has a bunch of settings that users probably want to tune based on their specific usage. At least threads memory usage should be configurable, and probably more. I think it is sensible to use postgres its GUC system for this, which would allow people to put things like the following in their postgresql.conf file or use SET commands:

duckdb.threads = 1
duckdb.memory = 256MB
duckdb.disabled_filesystems = 'LocalFilesystem'
duckdb.enable_external_access = true

Part of this task is figuring out which duckdb settings make sense for people to configure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant