compute_api: add shard_stripe_size to ComputeSpec

This commit is contained in:
John Spray
2024-01-02 14:23:13 +00:00
parent c570c78816
commit 00060a5e8f

View File

@@ -75,6 +75,9 @@ pub struct ComputeSpec {
pub remote_extensions: Option<RemoteExtSpec>,
pub pgbouncer_settings: Option<HashMap<String, String>>,
// Stripe size for pageserver sharding, in pages
pub shard_stripe_size: Option<usize>,
}
/// Feature flag to signal `compute_ctl` to enable certain experimental functionality.