Skip to content

Commit 058b7fc

Browse files
authored
Views can now be locally accelerated (#968)
1 parent d561f9a commit 058b7fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

website/docs/components/views/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ views:
3737
3838
- `name`: The view's identifier, used for referencing in queries.
3939
- `sql`: The SQL query defining the view, supporting joins, subqueries, and aggregations.
40+
- `acceleration`: Views can be [locally accelerated](/docs/features/data-acceleration).
4041

4142
## Limitations and Considerations
4243

43-
- Views do not support acceleration; instead accelerate the underlying dataset(s).
4444
- Views are read-only; insert, update, and delete operations are not supported.
4545
- Performance depends on SQL complexity and underlying data.
4646
- Ensure queries are optimized to prevent slow execution.

website/docs/features/data-acceleration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 2
66
pagination_prev: null
77
---
88

9-
Datasets can be locally accelerated by the Spice runtime, pulling data from any [Data Connector](/docs/components/data-connectors) and storing it locally in a [Data Accelerator](/docs/components/data-accelerators) for faster access. The data can be kept up-to-date in real-time or on a refresh schedule, ensuring you always have the latest data locally for querying.
9+
Datasets and views can be locally accelerated by the Spice runtime, pulling data from any [Data Connector](/docs/components/data-connectors) and storing it locally in a [Data Accelerator](/docs/components/data-accelerators) for faster access. The data can be kept up-to-date in real-time or on a refresh schedule, ensuring you always have the latest data locally for querying.
1010

1111
![Spice.ai Open Source Query Federation with Acceleration](/img/features/data-acceleration.png)
1212

0 commit comments

Comments
 (0)