Skip to content

Commit 3de2651

Browse files
claudespicelukekim
authored andcommitted
fix: Add cayenne_ prefix to upload_concurrency in deployment guide
The parameter is defined as ParameterSpec::component("upload_concurrency") with prefix "cayenne", so the user-facing name is cayenne_upload_concurrency. The deployment guide showed it without the prefix, which would cause the setting to be silently ignored. Verified against spiceai/spiceai at trunk — crates/runtime/src/dataaccelerator/cayenne/mod.rs:767-769
1 parent 673acfb commit 3de2651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/components/data-accelerators/cayenne/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For point-lookup-heavy workloads, size `cayenne_segment_cache_mb` generously —
5858

5959
| Parameter | Description |
6060
| --------------------- | --------------------------------------------------------- |
61-
| `upload_concurrency` | Parallel segment uploads during refresh / append commits. |
61+
| `cayenne_upload_concurrency` | Parallel segment uploads during refresh / append commits. |
6262

6363
For S3 Express One Zone, 8–16 parallel uploads typically maximize throughput. For standard S3 across regions, higher concurrency helps hide per-request latency.
6464

0 commit comments

Comments
 (0)