Skip to content

Commit

Permalink
HPCC-31887 add blockedRandomIOKB to planes schema
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Smith <[email protected]>
  • Loading branch information
jakesmith authored and ghalliday committed May 20, 2024
1 parent 9c7f315 commit a45cd2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm/hpcc/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a45cd2b

Please sign in to comment.