compute_api: add shard_stripe_size to ComputeSpec

This commit is contained in:
John Spray
2024-01-02 14:23:13 +00:00
parent 55939ef897
commit 02c00b1418

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.