File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/integrations/data-ingestion/clickpipes/postgres Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ https://api.clickhouse.cloud/v1/organizations/$ORG_ID/services/$SERVICE_ID/click
5050 " status" : 200
5151}
5252```
53- Reference: [ Get CDC ClickPipes scaling] ( /cloud/manage/api/swagger.html #tag/ClickPipes/paths/~1v1~1organizations~1%7BorganizationId%7D~1services~1%7BserviceId%7D~1clickpipesCdcScaling/get )
53+ Reference: [ Get CDC ClickPipes scaling] ( /cloud/manage/api/swagger#tag/ClickPipes/paths/~1v1~1organizations~1%7BorganizationId%7D~1services~1%7BserviceId%7D~1clickpipesCdcScaling/get )
5454
5555Set the desired scaling. Supported configurations include 1..16 CPU cores and memory GB that is 4× the core count:
5656
@@ -67,9 +67,9 @@ curl --silent --user $KEY_ID:$KEY_SECRET \
6767https://api.clickhouse.cloud/v1/organizations/$ORG_ID /services/$SERVICE_ID /clickpipesCdcScaling \
6868-d @cdc_scaling.json | jq
6969```
70- Reference: [ Update CDC ClickPipes scaling] ( /cloud/manage/api/swagger.html #tag/ClickPipes/paths/~1v1~1organizations~1%7BorganizationId%7D~1services~1%7BserviceId%7D~1clickpipesCdcScaling/patch )
70+ Reference: [ Update CDC ClickPipes scaling] ( /cloud/manage/api/swagger#tag/ClickPipes/paths/~1v1~1organizations~1%7BorganizationId%7D~1services~1%7BserviceId%7D~1clickpipesCdcScaling/patch )
7171
72- Wait for a minute or two for the command to propagate . After the scaling is finished, the GET endpoint will reflect the new values:
72+ Wait for the command to propagate - this usually takes 3-5 minutes . After the scaling is finished, the GET endpoint will reflect the new values:
7373
7474``` bash
7575curl --silent --user $KEY_ID :$KEY_SECRET \
@@ -86,4 +86,4 @@ https://api.clickhouse.cloud/v1/organizations/$ORG_ID/services/$SERVICE_ID/click
8686 " status" : 200
8787}
8888```
89- Reference: [ Get CDC ClickPipes scaling] ( /cloud/manage/api/swagger.html #tag/ClickPipes/paths/~1v1~1organizations~1%7BorganizationId%7D~1services~1%7BserviceId%7D~1clickpipesCdcScaling/get )
89+ Reference: [ Get CDC ClickPipes scaling] ( /cloud/manage/api/swagger#tag/ClickPipes/paths/~1v1~1organizations~1%7BorganizationId%7D~1services~1%7BserviceId%7D~1clickpipesCdcScaling/get )
You can’t perform that action at this time.
0 commit comments