Announcing Spice Cloud v1.11 | Spice AI

Spice Cloud v1.11: Spice Cayenne Reaches Beta, Apache DataFusion v51, DynamoDB Streams Improvements, & More

Releases

Spice Cloud Platform

Wyatt Wenzel

DevRel & Ops Leader at Spice AI January 30, 2026

We're excited to announce Spice v1.11 is now available in Spice Cloud - a major release with over 43 new features, improvements, and fixes.

Spice v1.11 brings Spice Cayenne to Beta with 3x lower memory usage than DuckDB, significant performance upgrades across the entire compute stack: DataFusion v51, Apache Arrow v57.2, improved DynamoDB Streams, and an optimized caching acceleration mode.

And, Spice Cloud monitoring has new real-time metrics and dashboards!

Monitor your Spice Cloud apps in production

New real-time dashboards give you complete visibility into API performance, data egress, and cache efficiency - so you can optimize costs and catch issues before they impact users.

Figure 1. HTTP and Flight API request dashboards for insights into volume, latency, and query performance.

Figure 2. Track data egress costs and cache hit rates in real-time.

New to Spice Cloud? Sign up and get $25 in free AI credits. Query databases, data lakes, and data warehouses, add instant RAG and AI analysis with zero-ETL. ( US customers only).

Spice Cloud customers will automatically upgrade to v1.10 on deployment, while Spice.ai Enterprise customers can consume the Enterprise v1.9.0 image from the Spice AWS Marketplace listing.

Join the v1.11 Release Community Call

Connect with the Spice team and community for live demos of what's new in v1.11. Ask questions, share feedback, and get a preview of what's next.

Register for the call

Major v1.11 Features

Spice Cayenne Beta

Figure 3. Spice Cayenne TPC-H SF-100 benchmark

Spice Cayenne, the premier Spice data accelerator built on the Vortex columnar format, has been promoted to Beta. Cayenne delivers 1.4x faster queries than DuckDB with 3x lower memory usage on TPC-H SF100 benchmarks.

New Cayenne features in v1.11 include:

Spice Cayenne Documentation

Apache DataFusion v51 Upgrade

Figure 4: Apache DataFusion performance improvements. Source: DataFusion docs.

DataFusion v51 brings significant performance improvements and new SQL functionality:

Performance:

New SQL features:

DataFusion v51 Docs

Apache Arrow 57.2 Upgrade

Figure 5. Apache Parquet performance with Thrift Parser.

Arrow 57.2 delivers major performance improvements:

Apache Arrow Docs

DynamoDB Connector & DynamoDB Streams Improvements

Figure 6. DynamoDB Streams configuration.

DynamoDB Streams are now more reliable and flexible with JSON nesting support and improved batch deletion handling.

DynamoDB Connector Docs

Caching Acceleration Mode Improvements

Figure 6. Sample caching acceleration mode configuration.

Major performance optimizations and reliability fixes for caching acceleration mode deliver sub-millisecond cached queries with faster response times on cache misses.

Performance:

Reliability:

Caching Acceleration Mode Docs

Additional Features

Prepared Statements: Spice now supports prepared statements, enabling parameterized queries that improve performance and security by preventing SQL injection attacks with full SDK support across the Go, Rust, .NET, Java, JavaScript, and Python clients.

iceberg-rust v0.8.0: v0.8.0 brings support for Iceberg V3 table metadata format, INSERT INTO for partitioned tables, and more.

Acceleration Snapshots Improvements: Additions in v1.11 include flexible triggers based on time intervals or batch counts, automatic compaction to reduce storage overhead, and better creation policies that only create snapshot when data changes.

New Data Connectors

Google LLM Support: Spice now supports Google embedding and chat models via the Google AI provider

URL Tables: Query data directly via URL in SQL from S3, Azure Blob Storage, and HTTP/HTTPS.

Hash Indexing for Arrow Acceleration (experimental) : Arrow-based accelerations now support opt-in hash indexing for faster point lookups on equality predicates.

From the Blog: How we Use Apache DataFusion at Spice AI

A technical deep-dive on how Spice uses and extends Apache DataFusion with custom table providers, optimizer rules, and UDFs to power federated SQL, search, and AI inference.

Read the blog

From the Blog: Real-Time Control Plane Acceleration with DynamoDB Streams

Learn how to stream DynamoDB data to thousands of nodes with sub-second latency using a two-tier architecture with DynamoDB Streams and Spice acceleration.

Read the blog

New Recipe in the Spice Cookbook: ScyllaDB Connector

Learn how to connect Spice to ScyllaDB for sub-second federated queries.

Try the cookbook