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

Open
JelteF opened this issue Sep 24, 2024 · 0 comments
Open

Allow configuring of DuckDB settings #216

JelteF opened this issue Sep 24, 2024 · 0 comments
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.

@JelteF JelteF added this to the 0.1.0 milestone Sep 24, 2024
@JelteF JelteF added the enhancement New feature or request label Sep 24, 2024
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

No branches or pull requests

1 participant