Skip to content

Commit 53decfd

Browse files
Update website/docs/components/data-accelerators/duckdb.md
Co-authored-by: Phillip LeBlanc <phillip@spiceai.io>
1 parent 53c7986 commit 53decfd

File tree

1 file changed

+1
-1
lines changed
  • website/docs/components/data-accelerators

1 file changed

+1
-1
lines changed

website/docs/components/data-accelerators/duckdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When using `mode: file`, datasets are stored by default in a DuckDB file on disk
3434

3535
DuckDB acceleration supports the following optional parameters under `acceleration.params`:
3636

37-
- `duckdb_file` (string, default: none): Path to the DuckDB database file. Required if `mode` is set to `file`. If the file does not exist, Spice creates it automatically.
37+
- `duckdb_file` (string, default:`.spice/data/accelerated_duckdb.db`): Path to the DuckDB database file. Applies if `mode` is set to `file`. If the file does not exist, Spice creates it automatically.
3838
- `duckdb_memory_limit` (string, default: none): Limits DuckDB's memory usage for instance. Acceptable units are KB, MB, GB, TB (decimal: 1000^i) or KiB, MiB, GiB, TiB (binary: 1024^i). See [DuckDB memory limit documentation](https://duckdb.org/docs/stable/configuration/overview).
3939

4040
Refer to the [datasets configuration reference](/docs/reference/spicepod/datasets.md#acceleration) for additional supported fields.

0 commit comments

Comments
 (0)