From 8cd0cddd2493db044d64a81ce0ff42455eddc286 Mon Sep 17 00:00:00 2001 From: Sergei Grebnov Date: Tue, 12 Nov 2024 20:34:41 -0800 Subject: [PATCH] Update Arrow limitations: add unsupported indexes and constraints (#630) --- spiceaidocs/docs/components/data-accelerators/arrow.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spiceaidocs/docs/components/data-accelerators/arrow.md b/spiceaidocs/docs/components/data-accelerators/arrow.md index c5717e4e..4cc548bd 100644 --- a/spiceaidocs/docs/components/data-accelerators/arrow.md +++ b/spiceaidocs/docs/components/data-accelerators/arrow.md @@ -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]