Skip to content

Commit c497fee

Browse files
authored
Revert "Caching acceleration docs (#1250) (#1254)"
This reverts commit c8e7c6c.
1 parent c8e7c6c commit c497fee

3 files changed

Lines changed: 2 additions & 680 deletions

File tree

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,13 @@ Acceleration data can be refreshed (updated) by:
2121

2222
## Refresh Modes
2323

24-
Spice supports four modes to refresh/update local data from a connected data source. `full` is the default mode.
24+
Spice supports three modes to refresh/update local data from a connected data source. `full` is the default mode.
2525

2626
| Mode | Description | Example |
2727
| --------- | ---------------------------------------------------- | ---------------------------------------------------------------- |
2828
| `full` | Replace/overwrite the entire dataset on each refresh | A table of users |
2929
| `append` | Append/add data to the dataset on each refresh | Append-only, immutable datasets, such as time-series or log data |
3030
| `changes` | Apply incremental changes | Customer order lifecycle table |
31-
| `caching` | Read-through caching for SQL queries | API search results or dynamic content endpoints |
32-
33-
Learn more about each mode:
34-
35-
- [Caching Mode](/docs/features/data-acceleration/refresh-modes/caching.md)
3631

3732
Example:
3833

@@ -130,12 +125,6 @@ Appending modified files is only supported for datasets that support setting the
130125

131126
Datasets configured with acceleration `refresh_mode: changes` requires a [Change Data Capture (CDC)](/docs/features/cdc/index.md) supported data connector. Initial CDC support in Spice is supported by the [Debezium data connector](/docs/components/data-connectors/debezium.md).
132127

133-
### Caching
134-
135-
The `caching` refresh mode is designed for HTTP-based datasets where request metadata acts as cache keys. This mode is particularly useful for API responses that return multiple rows for a single request, such as search results or dynamic content endpoints.
136-
137-
See [Caching Mode](/docs/features/data-acceleration/refresh-modes/caching.md) for detailed documentation and examples.
138-
139128
## Ready State
140129

141130
| | |
@@ -436,7 +425,7 @@ datasets:
436425
acceleration:
437426
enabled: true
438427
refresh_mode: full
439-
refresh_cron: '0 12 * * 1-5'
428+
refresh_cron: "0 12 * * 1-5"
440429
```
441430

442431
This configuration will refresh `taxi_trips` data at midday every weekday. For more information about cron schedules, see the [cron schedule reference](/docs/reference/cron.md).

0 commit comments

Comments
 (0)