Spice v1.0.7 (Mar 27, 2025)
Announcing the release of Spice v1.0.7 ๐ง
Spice v1.0.7 improves memory usage when using DuckDB, improves schema inference performance when using object-store based data connectors, and fixes a bug in Dremio schema inference.
Highlights in v1.0.7โ
-
DuckDB Memory Usage: Memory usage when using DuckDB has been significantly improved for data loads and refreshes through expanded use of zero-copy Arrow and multi-threading for data loads. When a
duckdb_memory_limitis specified, disk spilling has been improved for greater-than-memory workloads. In addition, a newtemp_directoryruntime parameter supports storing temporary files to alternative location than the DuckDB data file for higher throughput. For example,temp_directorycould be set to a different high-IOPs IO2 EBS volume that is separate from theduckdb_file_path.Automated end-to-end tests for the DuckDB Accelerator coverage has been significantly expanded.
For configuration details, see the documentation for runtime parameters and the DuckDB Data Accelerator.
-
Schema Inference Performance for Object-Store Data Connectors: Schema inference performance has been improved, especially for large numbers of objects (1M+ objects) when using object-store based data connectors by making the object-listing and selection more efficient.
Contributorsโ
- @phillipleblanc
- @sgrebnov
- @peasee
- @Sevenannn
Breaking Changesโ
No breaking changes.
Upgradingโ
To upgrade to v1.0.7, use one of the following methods:
CLI:
spice upgrade
Homebrew:
brew upgrade spiceai/spiceai/spice
Docker:
Pull the spiceai/spiceai:1.0.7 image:
docker pull spiceai/spiceai:1.0.7
For available tags, see DockerHub.
Helm:
helm repo update
helm upgrade spiceai spiceai/spiceai
What's Changedโ
- fix: Remove on zero results arguments from benchmarks by @peasee in https://github.com/spiceai/spiceai/pull/4533
- Run benchmark tests w/o uploading test results (pending improvements) by @sgrebnov in https://github.com/spiceai/spiceai/pull/4843
- fix: Return BAD_REQUEST when not embeddings are configured by @peasee in https://github.com/spiceai/spiceai/pull/4804
- Fix Dremio schema inference by @phillipleblanc in https://github.com/spiceai/spiceai/pull/5114
- Improve performance of schema inference for object-store data connectors by @sgrebnov in https://github.com/spiceai/spiceai/pull/5124
- Always download spice runtime version matched with spice cli version by @Sevenannn in https://github.com/spiceai/spiceai/pull/4761
- Fix go lint errors by @sgrebnov in https://github.com/spiceai/spiceai/pull/5147
- Make DuckDB acceleration E2E tests more comprehensive by @sgrebnov in https://github.com/spiceai/spiceai/pull/5146
- Enable Spice to load larger than memory datasets into DuckDB accelerations by @phillipleblanc in https://github.com/spiceai/spiceai/pull/5149
- Add
temp_directoryruntime parameter and insert it for DuckDB accelerations by @phillipleblanc in https://github.com/spiceai/spiceai/pull/5152 - Fix Postgres and MySQL installation on macos14-runner (E2E CI) by @sgrebnov in https://github.com/spiceai/spiceai/pull/5155
- Enable E2E for DuckDB full mode acceleration with indexes only in CI by @sgrebnov in https://github.com/spiceai/spiceai/pull/5154
Dependenciesโ
No major dependency changes.
Changelogโ
Full Changelog: https://github.com/spiceai/spiceai/compare/v1.0.6...v1.0.7

