Skip to content

Commit

Permalink
Update Arrow limitations: add unsupported indexes and constraints (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrebnov authored Nov 13, 2024
1 parent 780a54d commit 8cd0cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spiceaidocs/docs/components/data-accelerators/arrow.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ datasets:

- The In-Memory Arrow Data Accelerator does not support persistent storage. Data is stored in-memory and will be lost when the Spice runtime is stopped.
- The In-Memory Arrow Data Accelerator does not support `Decimal256` (76 digits), as it exceeds Arrow's maximum Decimal width of 38 digits.
- The In-Memory Arrow Data Accelerator does not support [constraints](/features/data-acceleration/constraints) and [indexes](/features/data-acceleration/indexes).

:::warning[Memory Considerations]

Expand Down

0 comments on commit 8cd0cdd

Please sign in to comment.