Skip to main content
Version: Next

Refresh Modes

Spice supports five modes to refresh accelerated datasets. full is the default.

ModeDescriptionExample
fullReplace/overwrite the entire dataset on each refreshA table of users
appendAppend/add data to the dataset on each refreshAppend-only, immutable datasets, such as time-series or log data
changesApply incremental inserts, updates, and deletesCustomer order lifecycle table
cachingRead-through caching for HTTP-based datasetsAPI search results or dynamic content endpoints
snapshotReload exclusively from the snapshot storeRead-only replicas bootstrapped from centralized snapshots

For cross-cutting refresh behavior — refresh intervals, on-demand refresh, retries, retention, and behavior on zero results — see Data Refresh.