Skip to content

Commit 1021c58

Browse files
authored
Merge pull request #1081 from redis/DOC-4719
Change "Scalability" section to "Performance" section
2 parents 81d69b4 + 678d418 commit 1021c58

File tree

5 files changed

+15
-17
lines changed

5 files changed

+15
-17
lines changed

content/operate/rc/databases/configuration/clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ their order to suit your application's requirements.
169169

170170
{{< embed-md "oss-cluster-api-intro.md" >}}
171171

172-
The Cluster API is only supported on Redis Cloud Pro databases. You can enable it in the Scalability section of the configuration screen.
172+
The Cluster API is only supported on Redis Cloud Pro databases. You can enable it in the Performance section of the configuration screen.
173173

174174
The Redis Cluster API is supported only when a database uses the [standard hashing policy](#standard-hashing-policy) and does not use Search and Query or Time Series advanced capabilities.
175175

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ The available settings vary according to your subscription plan:
5555
| **Query performance factor** | *(Search and query databases on Redis 7.2 or later only)* Adds additional compute power to process your query and vector search workloads and boost your queries per second. See [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. |
5656
| **Supported Protocol(s)** | Choose between RESP2 and RESP3 _(Redis 7.2 only)_. See [Redis serialization protocol]({{< relref "/develop/reference/protocol-spec" >}}#resp-versions) for details |
5757

58-
## Scalability section
58+
## Performance section
5959

60-
The **Scalability** section lets you manage the maximum size, throughput, and hashing policy for a database.
60+
The **Performance** section lets you manage the maximum size, throughput, and hashing policy for a database.
6161

62-
{{<image filename="images/rc/database-new-flexible-scalability.png" alt="Use the Scalability section to control the size, throughput, and hashing policy for a database." >}}
62+
{{<image filename="images/rc/database-new-flexible-scalability.png" alt="Use the Performance section to control the size, throughput, and hashing policy for a database." >}}
6363

6464
| Setting name | Description |
6565
|:--------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

content/operate/rc/databases/view-edit-database.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,22 @@ The available settings vary according to your plan, cloud provider, and design c
5656
| **Supported Protocol(s)** | Shows which version of RESP the database uses. See [Redis serialization protocol]({{< relref "/develop/reference/protocol-spec" >}}#resp-versions) for details |
5757
| **Advanced Capabilites** | This setting appears when an [advanced capability]({{< relref "/operate/rc/databases/configuration/advanced-capabilities" >}}) is enabled for a database |
5858

59-
### Scalability section
59+
### Performance section
6060

61-
The **Scalability** section describes the memory size, throughput, and hashing policy for a database.
61+
The **Performance** section describes the memory size, throughput, and hashing policy for a database.
6262

63-
{{<image filename="images/rc/database-details-configuration-tab-scalability-flexible.png" alt="Use the Scalability section to control the size, throughput, and hashing policy for a database." >}}
64-
65-
The **Scalability** section is primarily for Redis Cloud Pro plans. Redis Cloud Essentials plans have options for memory limit and memory used.
63+
{{<image filename="images/rc/database-details-configuration-tab-scalability-flexible.png" alt="Use the Performance section to control the size, throughput, and hashing policy for a database." >}}
6664

6765
| Setting name |Description|
6866
|:----------------------|:----------|
69-
| **Dataset size** | Maximum size (in GB) for your dataset. |
67+
| **Dataset size** | Maximum size (in GB) for your dataset. See [Dataset size]({{< relref "/operate/rc/databases/configuration/sizing#dataset-size" >}}). |
68+
| **Throughput** | Defines [throughput]({{< relref "/operate/rc/databases/configuration/sizing#throughput" >}}) in terms of maximum operations per second for the database (_Redis Cloud Pro only_). |
7069
| **Memory used** | Memory currently used for your database. |
71-
| **Throughput** | Defines throughput in terms of maximum operations per second for the database |
7270
| **High availability** | Replicates your data across multiple nodes; [available options]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) depend on your plan type |
73-
| **Hashing policy** | Defines the [hashing policy]({{< relref "/operate/rc/databases/configuration/clustering#manage-the-hashing-policy" >}}). |
74-
| **OSS Cluster API** | Enables the [Cluster API]({{< relref "/operate/rc/databases/create-database#oss-cluster-api" >}}) for a database.<br/><br/>When this option is enabled, you cannot define a custom hashing policy.|
71+
| **Hashing policy** | Defines the [hashing policy]({{< relref "/operate/rc/databases/configuration/clustering#manage-the-hashing-policy" >}}) (_Redis Cloud Pro only_). |
72+
| **OSS Cluster API** | Enables the [Cluster API]({{< relref "/operate/rc/databases/configuration/clustering#oss-cluster-api" >}}) for a database (_Redis Cloud Pro only_).<br/><br/>When this option is enabled, you cannot define a custom hashing policy.|
7573

76-
To learn more about these settings and when to use them, see [Database clustering]({{< relref "/operate/rc/databases/configuration/clustering" >}}).
74+
To learn more about these settings and when to use them, see [Sizing]({{< relref "/operate/rc/databases/configuration/sizing" >}}) and [Database clustering]({{< relref "/operate/rc/databases/configuration/clustering" >}}).
7775

7876
### Durability section
7977

@@ -200,12 +198,12 @@ Here's what you can change:
200198
| General | Database name ||
201199
| | Supported protocol(s) ||
202200
| | Tags ||
203-
| Scalability | Memory limit | |
201+
| Performance | Dataset size | |
202+
| | High-availability | _Paid plans only_ |
204203
| | Throughput | _Pro plans only_ |
205204
| | Hashing policy | _Pro plans only_ |
206205
| | OSS Cluster API | _Pro plans only_ |
207-
| Durability | High-availability | _Paid plans only_ |
208-
| | Data persistence | _Paid plans only_ |
206+
| Durability | Data persistence | _Paid plans only_ |
209207
| | Data eviction policy | |
210208
| | Remote backup | _Paid plans only_ |
211209
| | Active-Passive Redis | _Pro plans only_ |
Loading
Loading

0 commit comments

Comments
 (0)