Skip to content

Commit dfbc5ab

Browse files
authored
Merge pull request #869 from redis/DOC-4555
RC: Fix Easy create settings
2 parents 1451a6a + bd0995e commit dfbc5ab

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

content/operate/rc/databases/create-database/create-essentials-database.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ linkTitle: Create Essentials database
1010
weight: 5
1111
aliases:
1212
- /operate/rc/subscriptions/create-fixed-subscription
13+
tocEmbedHeaders: true
1314
---
1415

1516
{{< embed-md "rc-create-db-first-steps.md" >}}

content/operate/rc/databases/create-database/create-pro-database-existing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ categories:
88
description: Shows how to create a Pro database in an existing subscription
99
linkTitle: Create Pro database (existing subscription)
1010
weight: 15
11+
tocEmbedHeaders: true
1112
---
1213

1314
{{< embed-md "rc-create-db-first-steps.md" >}}

content/operate/rc/databases/create-database/create-pro-database-new.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ categories:
88
description: Shows how to create a Pro database with a new subscription
99
linkTitle: Create Pro database (new subscription)
1010
weight: 10
11+
tocEmbedHeaders: true
1112
---
1213

1314
{{< embed-md "rc-create-db-first-steps.md" >}}
@@ -44,13 +45,21 @@ If you choose to create your database with Easy create:
4445

4546
1. Choose a **Cloud Provider** and a **Region**.
4647

47-
1. Review the **Optimal database settings** that we selected for you based on your use case.
48+
1. Enter the following settings for your database:
4849

49-
{{<image filename="images/rc/pro-easy-create-optimal-settings.png" alt="The optimal database settings.">}}
50+
{{<image filename="images/rc/pro-easy-create-size-throughput.png" alt="The Dataset size, throughput, and High availability settings.">}}
51+
52+
| Database&nbsp;setting | Description |
53+
|:---------|:-----------|
54+
| **Dataset size (GB)** | The amount of data for your dataset. Specify small sizes as decimals of 1.0&nbsp;GB; example: `0.1` GB (minimum). We calculate the total memory limit for you based on the other settings you choose for your database. <br/> Databases with Search and query have specific sizing requirements, see [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. |
55+
| **Throughput** | Identifies maximum throughput for the database, which is specified in terms of operations per second (**Ops/sec**). See [Throughput]({{< relref "/operate/rc/databases/configuration/clustering#throughput" >}}) for more information. <br/> Databases with Search and query have specific throughput requirements, see [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. |
56+
| **High Availability** | Indicates whether a replica copy of the database is maintained in case the primary database becomes unavailable. (Warning: doubles memory consumption). See [High Availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}). |
5057

51-
Settings marked with the **Edit later** icon can be changed later. Anything not marked with this icon can't be changed after creation. If you want to change these settings, you can select [**Switch to custom settings**](#custom-settings).
58+
1. Select **View all settings** to review the database settings that we selected for you based on your use case.
59+
60+
{{<image filename="images/rc/pro-easy-create-optimal-settings.png" alt="The optimal database settings.">}}
5261

53-
{{<image filename="images/rc/pro-easy-create-edit-icon.png" alt="The Edit later icon." width=50px >}}
62+
If you want to change these settings, select [**Switch to custom settings**](#custom-settings).
5463

5564
1. Enter your payment details.
5665

Loading
Loading

0 commit comments

Comments
 (0)