Skip to content

Commit

Permalink
Update spiceaidocs/docs/features/local-acceleration/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aurash Behbahani <[email protected]>
  • Loading branch information
phillipleblanc and digadeesh authored Jun 17, 2024
1 parent 8a9a0dd commit 71edeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spiceaidocs/docs/features/local-acceleration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Datasets can be locally accelerated by the Spice runtime, pulling data from any

When a dataset is locally accelerated by the Spice runtime, the data is stored alongside your application, providing much faster query times by cutting out network latency to make the request. This benefit is accentuated when the result of a query is large because the data does not need to be transferred over the network. Depending on the [Acceleration Engine](/data-accelerators) chosen, the locally accelerated data can also be stored in-memory, further reducing query times. [Indexes](./indexes.md) can also be applied, further speeding up certain types of queries.

For scenarios where data quality is required, locally accelerated datasets can also have [primary key constraints](./constraints.md) applied. This feature comes with the ability to specify what should happen when a constraint is violated, either drop the specific row that violates the constraint or upsert that row into the accelerated table.
Locally accelerated datasets can also have [primary key constraints](./constraints.md) applied. This feature comes with the ability to specify what should happen when a constraint is violated, either drop the specific row that violates the constraint or upsert that row into the accelerated table.

## Example Use Case

Expand Down

0 comments on commit 71edeb8

Please sign in to comment.