DuckDB Data Accelerator | Spice.ai Cloud Documentation

To use DuckDB as Data Accelerator, specify duckdb as the engine for acceleration.

Configuration

Spice.ai currently only supports mode: memory for DuckDB accelerator.

Configuration params are provided in the acceleration section for a data store. Other common acceleration fields can be configured for DuckDB, see datasets.

LIMITATIONS

MEMORY CONSIDERATIONS

When accelerating a dataset using mode: memory (the default), some or all of the dataset is loaded into memory. Ensure sufficient memory is available, including overhead for queries and the runtime, especially with concurrent queries.