Skip to content

Commit 898fc63

Browse files
committed
andy review and emily follow up suggestion draft
1 parent f8b6f77 commit 898fc63

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Diff for: cockroachcloud/serverless-movr.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,19 @@ Run the `movr` workload for 1 minute using the same SQL connection string as bef
8282

8383
1. In the {{ site.data.products.db }} Console, close the **Connection info** dialog to return to your cluster's [**Overview** page](cluster-overview-page.html).
8484

85-
2. In the **Usage this month** section, note the number of RUs your cluster used. You can also see the **Request Units** graph for a breakdown of how many RUs per second you were using over the last minute.
85+
1. In the **Usage this month** section, note the number of RUs your cluster used. You can also see the **Request Units** graph for a breakdown of how many RUs per second you were using over the last minute.
8686

87-
3. Multiply your usage over one minute by the number of minutes in a month (43800) to estimate how many RUs the workload would use in a month. For example, if you used 1800 RUs: 1800 RUs/min * 43800 min = 78,840,000 RUs.
87+
1. Multiply your usage over one minute by the number of minutes in a month (43800) to estimate how many RUs the workload would use in a month. For example, if you used 1800 RUs: 1800 RUs/min * 43800 min = 78,840,000 RUs.
8888

89-
3. Calculate how many additional RUs you will need. The workload is estimated to use about 79 million RUs per month, and you are given 26.5 million RUs for free, so you need to budget for about 52.5 million additional RUs.
89+
1. Calculate your budget. The workload is estimated to use about 79 million RUs per month, and you are given up to 250M free RUs per month, so the free {{ site.data.products.serverless }} offering should be sufficient for your usage.
9090

91-
4. In the {{ site.data.products.db }} Console, [edit your spend limit](serverless-cluster-management.html). RUs cost $1 per 10 million RUs, so you will need to budget $5.25 (52.5 million / 10 million). To leave room for storage costs or unexpected usage, you can round up to $6. No matter what you set your spend limit to, you will only be charged for the resources you use.
91+
## Step 6. Adjust for growth
92+
93+
Let's say Movr is planning to expand, and you expect to have three times as many users this month, so you need to estimate a new budget.
94+
95+
1. PLACEHOLDER
96+
97+
1. In the {{ site.data.products.db }} Console, [edit your spend limit](serverless-cluster-management.html). RUs cost $1 per 10 million RUs, so you will need to budget $5.25 (52.5 million / 10 million). To leave room for storage costs or unexpected usage, you can round up to $6. No matter what you set your spend limit to, you will only be charged for the resources you use.
9298

9399
## Next steps
94100

0 commit comments

Comments
 (0)