You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/databases/configuration/clustering.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ their order to suit your application's requirements.
169
169
170
170
{{< embed-md "oss-cluster-api-intro.md" >}}
171
171
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.
173
173
174
174
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.
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/create-pro-database-existing.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,11 @@ The available settings vary according to your subscription plan:
55
55
|**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. |
56
56
|**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 |
57
57
58
-
## Scalability section
58
+
## Performance section
59
59
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.
61
61
62
-
{{<imagefilename="images/rc/database-new-flexible-scalability.png"alt="Use the Scalability section to control the size, throughput, and hashing policy for a database." >}}
62
+
{{<imagefilename="images/rc/database-new-flexible-scalability.png"alt="Use the Performance section to control the size, throughput, and hashing policy for a database." >}}
Copy file name to clipboardExpand all lines: content/operate/rc/databases/view-edit-database.md
+11-13Lines changed: 11 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -56,24 +56,22 @@ The available settings vary according to your plan, cloud provider, and design c
56
56
|**Supported Protocol(s)**| Shows which version of RESP the database uses. See [Redis serialization protocol]({{< relref "/develop/reference/protocol-spec" >}}#resp-versions) for details |
57
57
|**Advanced Capabilites**| This setting appears when an [advanced capability]({{< relref "/operate/rc/databases/configuration/advanced-capabilities" >}}) is enabled for a database |
58
58
59
-
### Scalability section
59
+
### Performance section
60
60
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.
62
62
63
-
{{<imagefilename="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
+
{{<imagefilename="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." >}}
66
64
67
65
| Setting name |Description|
68
66
|:----------------------|:----------|
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_). |
70
69
|**Memory used**| Memory currently used for your database. |
71
-
|**Throughput**| Defines throughput in terms of maximum operations per second for the database |
72
70
|**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.|
75
73
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" >}}).
0 commit comments