Skip to content

Commit 4780193

Browse files
authored
Merge pull request #4310 from ClickHouse/chloecdc-patch-4
Update cloud.mdx
2 parents 563095f + 8086cce commit 4780193

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

docs/getting-started/quick-start/cloud.mdx

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,12 @@ To create a free ClickHouse service in [ClickHouse Cloud](https://console.clickh
4141
<Image img={signup_page} size="md" alt='Select Plan' border/>
4242
<br/>
4343

44-
Once you are logged in, ClickHouse Cloud starts the onboarding wizard which walks you through creating a new ClickHouse service. You will initially be requested to [select a plan](/cloud/manage/cloud-tiers):
45-
46-
<Image img={select_plan} size="md" alt='Select Plan' border/>
47-
<br/>
48-
49-
:::tip
50-
We recommend the Scale tier for most workloads.
51-
Further details on tiers can be found [here](/cloud/manage/cloud-tiers)
52-
:::
53-
54-
Selecting a plan requires you to select the desired region in which to deploy your first service.
55-
The exact options available will depend on the tier selected.
56-
In the step below, we assume that the user has opted for the recommended Scale tier.
57-
58-
Select your desired region for deploying the service, and give your new service a name:
44+
Once you are logged in, ClickHouse Cloud starts the onboarding wizard which walks you through creating a new ClickHouse service. Select your desired region for deploying the service, and give your new service a name:
5945

6046
<Image img={createservice1} size="md" alt='New ClickHouse Service' border/>
6147
<br/>
6248

63-
By default, the scale tier will create 3 ^^replica^^s each with 4 VCPUs and 16 GiB RAM. [Vertical autoscaling](/manage/scaling#vertical-auto-scaling) will be enabled by default in the Scale tier.
49+
By default, new organizations are put on the Scale tier and will create 3 ^^replica^^s each with 4 VCPUs and 16 GiB RAM. [Vertical autoscaling](/manage/scaling#vertical-auto-scaling) will be enabled by default in the Scale tier. Organization tiers can be changed once service is created on the 'Plans' page of your organization.
6450

6551
Users can customize the service resources if required, specifying a minimum and maximum size for replicas to scale between. When ready, select `Create service`.
6652

@@ -329,4 +315,4 @@ Suppose we have the following text in a CSV file named `data.csv`:
329315
- Check out our 25-minute video on [Getting Started with ClickHouse](https://clickhouse.com/company/events/getting-started-with-clickhouse/)
330316
- If your data is coming from an external source, view our [collection of integration guides](/integrations/index.mdx) for connecting to message queues, databases, pipelines and more
331317
- If you are using a UI/BI visualization tool, view the [user guides for connecting a UI to ClickHouse](/integrations/data-visualization)
332-
- The user guide on [primary keys](/guides/best-practices/sparse-primary-indexes.md) is everything you need to know about primary keys and how to define them
318+
- The user guide on [primary keys](/guides/best-practices/sparse-primary-indexes.md) is everything you need to know about primary keys and how to define them

0 commit comments

Comments
 (0)