Skip to content

Commit a582884

Browse files
committed
docs: promote Cayenne out of Beta; mark Postgres accelerator as Spice.ai Enterprise
1 parent 8c5da3e commit a582884

4 files changed

Lines changed: 9 additions & 10 deletions

File tree

website/docs/components/data-accelerators/cayenne/index.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ tags:
1111
- s3-express
1212
---
1313

14-
:::info Beta
15-
The Spice Cayenne Data Accelerator is in Beta.
16-
:::
17-
1814
Spice Cayenne is a data acceleration engine designed for high-performance, scalable query on large-scale datasets. Built on [Vortex](https://github.com/vortex-data/vortex), a high-performance columnar file format, Spice Cayenne combines columnar storage with in-process metadata management to provide fast query performance to scale to datasets beyond 1TB.
1915

2016
## Why Vortex?
@@ -506,18 +502,13 @@ Query performance scales with available CPU cores. Vortex's columnar format supp
506502

507503
Consider the following limitations when using Spice Cayenne acceleration:
508504

509-
- **Beta Status**: Spice Cayenne is in active development. Configuration options may change between releases.
510505
- **File Mode Only**: Spice Cayenne only supports `mode: file` and does not support in-memory (`mode: memory`) acceleration.
511506
- **S3 Express Only**: Standard S3 buckets are not supported for remote storage. Only S3 Express One Zone directory buckets are supported.
512507
- **Unsupported Data Types**: `Interval`, `Duration`, `Map`, and `FixedSizeBinary` types require `unsupported_type_action` configuration.
513508
- **No Traditional Indexes**: Spice Cayenne does not support explicit index creation via the `indexes` configuration. Vortex's segment statistics and fast random access encodings provide equivalent or better performance for most point lookup workloads.
514509
- **No MVCC**: Multi-version concurrency control is not yet implemented. Snapshots and time-travel queries are planned for future releases.
515510
- **No File Compaction**: Automatic file compaction to reclaim space from deleted rows is not yet available.
516511

517-
:::warning BETA SOFTWARE
518-
As a Beta feature, Spice Cayenne should be thoroughly tested in development environments before production deployment. Monitor release notes for updates, breaking changes, and new capabilities.
519-
:::
520-
521512
## Example Spicepod
522513

523514
Complete example configuration using Spice Cayenne with performance tuning:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ By default, datasets are locally materialized using in-memory Arrow records.
3232
| `cayenne` | [Spice Cayenne][cayenne] | Release Candidate | `file`, `file_create`, `file_update` |
3333
| `arrow` | In-Memory Arrow Records | Stable | `memory` |
3434
| `duckdb` | Embedded [DuckDB][duckdb] | Stable | `memory`, `file` |
35-
| `postgres` | Attached [PostgreSQL][postgres] | Release Candidate | N/A |
35+
| `postgres` | Attached [PostgreSQL][postgres] (Spice.ai Enterprise) | Release Candidate | N/A |
3636
| `sqlite` | Embedded [SQLite][sqlite] | Release Candidate | `memory`, `file` |
3737
| `turso` | Embedded [Turso][turso] | Beta | `memory`, `file` |
3838

website/docs/components/data-accelerators/postgres/deployment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ tags:
1111
- observability
1212
---
1313

14+
:::info Spice.ai Enterprise
15+
The PostgreSQL Data Accelerator is available only in [Spice.ai Enterprise](https://docs.spice.ai/docs/enterprise).
16+
:::
17+
1418
Production operating guide for the PostgreSQL data accelerator — materializing source data into a dedicated PostgreSQL database or schema for durable, SQL-native acceleration.
1519

1620
## Authentication & Secrets

website/docs/components/data-accelerators/postgres/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: 'PostgreSQL Data Accelerator Documentation'
66
sidebar_position: 5
77
---
88

9+
:::info Spice.ai Enterprise
10+
The PostgreSQL Data Accelerator is available only in [Spice.ai Enterprise](https://docs.spice.ai/docs/enterprise).
11+
:::
12+
913
To use PostgreSQL as Data Accelerator, specify `postgres` as the `engine` for acceleration.
1014

1115
```yaml

0 commit comments

Comments
 (0)