Skip to content

Commit

Permalink
Use the fast channel in ClickHouse Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Nov 7, 2024
1 parent 4d4feee commit 39a9583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clickhouse-cloud/cloud-api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ curl -X POST -H 'Content-Type: application/json' -d '
{
"name": "ClickBench-'${PROVIDER}'-'${REGION}'-'${TIER}'-'${MEMORY}'-'$$'",
"tier": "'$TIER'",
"releaseChannel": "fast",
"provider": "'$PROVIDER'",
"region": "'$REGION'",
'$([ $TIER == production ] && echo -n "\"minTotalMemoryGb\":${MEMORY},\"maxTotalMemoryGb\":${MEMORY},")'
Expand Down

0 comments on commit 39a9583

Please sign in to comment.