View source: R/duckdb_config.R
duckdb_config | R Documentation |
duckdb configuration
duckdb_config(..., conn = cached_connection())
... |
named argument of the parameters to set, see examples see all possible configuration options at https://duckdb.org/docs/sql/configuration.html |
conn |
A connection to a database. |
Note: in I/O bound tasks such as streaming data, it can be helpful to set thread parallelism signifantly higher than avialable CPU cores.
the active duckdb connection, invisibly
duckdb_reset, duckdb_get_config
duckdb_config(threads = 1, memory_limit = '10GB')
duckdb_get_config("threads")
duckdb_reset("threads")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.