From a45cd2bb6ff687b8306b9633501223ecf1f4c2fd Mon Sep 17 00:00:00 2001 From: Jake Smith Date: Fri, 17 May 2024 22:40:10 +0100 Subject: [PATCH] HPCC-31887 add blockedRandomIOKB to planes schema Signed-off-by: Jake Smith --- helm/hpcc/values.schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm/hpcc/values.schema.json b/helm/hpcc/values.schema.json index b7d14db9d44..2ff9c3825d6 100644 --- a/helm/hpcc/values.schema.json +++ b/helm/hpcc/values.schema.json @@ -579,6 +579,11 @@ "type": "integer", "default": 0 }, + "blockedRandomIOKB": { + "description": "Optimal block size for efficient random access reading from this plane. Implementations will use if they can", + "type": "integer", + "default": 0 + }, "compressLogicalFiles" : { "description": "Compress all logical file outputs on this plane.", "type": "boolean",