From 17637f5c61985388bdfe95931941f112c11fc1e4 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Tue, 24 Sep 2024 12:00:12 -0400 Subject: [PATCH 1/3] Cloud Search and Query changes --- .../rc/databases/configuration/advanced-capabilities.md | 4 +++- .../create-database/create-pro-database-existing.md | 6 +++--- .../databases/create-database/create-pro-database-new.md | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/databases/configuration/advanced-capabilities.md b/content/operate/rc/databases/configuration/advanced-capabilities.md index 1e09f06975..2e7fff092c 100644 --- a/content/operate/rc/databases/configuration/advanced-capabilities.md +++ b/content/operate/rc/databases/configuration/advanced-capabilities.md @@ -61,8 +61,10 @@ Use the [Search and query sizing calculator](https://redis.io/redisearch-sizing- #### Query performance factor -The query performance factor adds extra compute power specifically for search and query. When you create a database with search and query, you can increase your search queries per second by the selected factor. Below is a screenshot of the Cloud configuration for query perfomance factor. +The query performance factor adds extra compute power specifically for search and query. When you create a database with search and query, you can increase your search queries per second by the selected factor. Below is a screenshot of the Cloud configuration for query performance factor. {{For Pro databases, you can select the query performance factor for your database.}} We recommend testing your application with a test database to see your baseline queries per second and determine how much you want to boost your query performance. After you have determined your queries per second and your desired performance factor, [create a new database]({{< relref "/operate/rc/databases/create-database" >}}) with the desired performance factor and [migrate data]({{< relref "/operate/rc/databases/migrate-databases" >}}) from the test database to your new database. + +For more info on how to use scalable search, see [Best practices for scalable Redis Query Engine]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search/scalable-query-best-practices" >}}). \ No newline at end of file diff --git a/content/operate/rc/databases/create-database/create-pro-database-existing.md b/content/operate/rc/databases/create-database/create-pro-database-existing.md index c2cabdbc8e..772f92084a 100644 --- a/content/operate/rc/databases/create-database/create-pro-database-existing.md +++ b/content/operate/rc/databases/create-database/create-pro-database-existing.md @@ -49,7 +49,7 @@ The available settings vary according to your subscription plan: | **Database port** | Automatically or manually assigns a database port (range: 10000-19999). You cannot assign a port that is reserved or already in use. | | **Type** | Controls advanced database capabilities and protocol. Supported values include _Redis_ and _Memcached_ | | **Advanced capabilities** | Extend core Redis functionality using [advanced capabilities]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}). Redis Cloud supports selected advanced capabilities; for details, see [Redis Enterprise and Redis Stack feature compatibility]({{< relref "/operate/oss_and_stack/stack-with-enterprise/enterprise-capabilities#redis-enterprise-module-support" >}}).
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. | -| **Query performance factor** | *(Search and query databases only)* Adds additional compute power to process your Search and Query 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. | +| **Query performance factor** | *(Search and query databases only)* Adds additional compute power to process your query search 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. | | **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 | ## Scalability section @@ -60,8 +60,8 @@ The **Scalability** section lets you manage the maximum size, throughput, and ha | Setting name | Description | |:--------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **Dataset size** | Maximum size (in GB) for your dataset. See [Dataset size]({{< relref "/operate/rc/databases/configuration/clustering#dataset-size" >}}) for sizing considerations. | -| **Throughput** | Defines throughput in terms of maximum operations per second for the database. See [Throughput]({{< relref "/operate/rc/databases/configuration/clustering#throughput" >}}) for more info. | +| **Dataset size** | Maximum size (in GB) for your dataset. See [Dataset size]({{< relref "/operate/rc/databases/configuration/clustering#dataset-size" >}}) for sizing considerations.
Databases with Search and query have specific size requirements, see [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. | +| **Throughput** | Defines throughput in terms of maximum operations per second for the database. See [Throughput]({{< relref "/operate/rc/databases/configuration/clustering#throughput" >}}) for more info.
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. | | **High availability** | Replicates your data across multiple nodes, as allowed by your subscription plan. See [High availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) for more info| | **Hashing policy** | Defines the [hashing policy]({{< relref "/operate/rc/databases/configuration/clustering#manage-the-hashing-policy" >}}). | | **OSS Cluster API** | Enables the [Cluster API]({{< relref "/operate/rc/databases/configuration/clustering#oss-cluster-api" >}}) for a database

When this option is enabled, you cannot define a custom hashing policy. | diff --git a/content/operate/rc/databases/create-database/create-pro-database-new.md b/content/operate/rc/databases/create-database/create-pro-database-new.md index e2f7a2f2db..1f8c94af14 100644 --- a/content/operate/rc/databases/create-database/create-pro-database-new.md +++ b/content/operate/rc/databases/create-database/create-pro-database-new.md @@ -149,10 +149,10 @@ By default, you're shown basic settings, which include: | Database setting | Description | |:---------|:-----------| | **Name** | A custom name for your database (_required_) | -| **Advanced Capabilities** | Advanced data types used by the database. Choose from [Search and query]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}), [JSON]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}), [Time series]({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}), [Probabilistic]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}), or [Graph (EOL)]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph" >}}).
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. | -| **Query performance factor** | *(Search and query databases only)* Adds additional compute power to process your Search and Query 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. | -| **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. | -| **Dataset size (GB)** | The amount of data for your dataset. Specify small sizes as decimals of 1.0 GB; example: `0.1` GB (minimum). We calculate the total memory limit for you based on the other settings you choose for your database. | +| **Advanced Capabilities** | [Advanced data types]({{< relref "/operate/rc/databases/configuration/advanced-capabilities" >}}) used by the database. Choose from [Search and query]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}), [JSON]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}), [Time series]({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}), [Probabilistic]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}), or [Graph (EOL)]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph" >}}).
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. | +| **Query performance factor** | *(Search and query databases only)* Adds additional compute power to process your query search 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. | +| **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.
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. | +| **Dataset size (GB)** | The amount of data for your dataset. Specify small sizes as decimals of 1.0 GB; example: `0.1` GB (minimum). We calculate the total memory limit for you based on the other settings you choose for your database.
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. | | **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" >}}). | | **Data Persistence** | Defines the data persistence policy, if any. See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence.md" >}}). | From 9b45615837fb36aeb1249c37e2ca8f2f1ae862c9 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Tue, 24 Sep 2024 12:06:17 -0400 Subject: [PATCH 2/3] Add custom settings image --- .../create-database/create-pro-database-new.md | 2 ++ .../images/rc/create-pro-db-settings-custom.png | Bin 0 -> 18340 bytes 2 files changed, 2 insertions(+) create mode 100644 static/images/rc/create-pro-db-settings-custom.png diff --git a/content/operate/rc/databases/create-database/create-pro-database-new.md b/content/operate/rc/databases/create-database/create-pro-database-new.md index 1f8c94af14..29995ce05e 100644 --- a/content/operate/rc/databases/create-database/create-pro-database-new.md +++ b/content/operate/rc/databases/create-database/create-pro-database-new.md @@ -68,6 +68,8 @@ Use the **Database list** to check the status of your databases. ## Create database with Custom settings {#custom-settings} +{{The database settings section, with custom settings selected.}} + If you choose to create your database with custom settings, you need to: 1. Set up the deployment options, including cloud vendor details, high availability settings, and advanced options. diff --git a/static/images/rc/create-pro-db-settings-custom.png b/static/images/rc/create-pro-db-settings-custom.png new file mode 100644 index 0000000000000000000000000000000000000000..ad017ee0c278d783b87a3499414a262e84408373 GIT binary patch literal 18340 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 literal 0 HcmV?d00001 From 3c1b0c0a076ecfaeb1c7096075338a5ff132ec11 Mon Sep 17 00:00:00 2001 From: Cameron Bates <102550101+cmilesb@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:42:57 -0400 Subject: [PATCH 3/3] Apply suggestions from code review --- .../databases/create-database/create-pro-database-existing.md | 2 +- .../rc/databases/create-database/create-pro-database-new.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/operate/rc/databases/create-database/create-pro-database-existing.md b/content/operate/rc/databases/create-database/create-pro-database-existing.md index 772f92084a..ecb5422156 100644 --- a/content/operate/rc/databases/create-database/create-pro-database-existing.md +++ b/content/operate/rc/databases/create-database/create-pro-database-existing.md @@ -49,7 +49,7 @@ The available settings vary according to your subscription plan: | **Database port** | Automatically or manually assigns a database port (range: 10000-19999). You cannot assign a port that is reserved or already in use. | | **Type** | Controls advanced database capabilities and protocol. Supported values include _Redis_ and _Memcached_ | | **Advanced capabilities** | Extend core Redis functionality using [advanced capabilities]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}). Redis Cloud supports selected advanced capabilities; for details, see [Redis Enterprise and Redis Stack feature compatibility]({{< relref "/operate/oss_and_stack/stack-with-enterprise/enterprise-capabilities#redis-enterprise-module-support" >}}).
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. | -| **Query performance factor** | *(Search and query databases only)* Adds additional compute power to process your query search 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. | +| **Query performance factor** | *(Search and query databases 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. | | **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 | ## Scalability section diff --git a/content/operate/rc/databases/create-database/create-pro-database-new.md b/content/operate/rc/databases/create-database/create-pro-database-new.md index 29995ce05e..d4d2a3800c 100644 --- a/content/operate/rc/databases/create-database/create-pro-database-new.md +++ b/content/operate/rc/databases/create-database/create-pro-database-new.md @@ -152,7 +152,7 @@ By default, you're shown basic settings, which include: |:---------|:-----------| | **Name** | A custom name for your database (_required_) | | **Advanced Capabilities** | [Advanced data types]({{< relref "/operate/rc/databases/configuration/advanced-capabilities" >}}) used by the database. Choose from [Search and query]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}), [JSON]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}), [Time series]({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}), [Probabilistic]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}), or [Graph (EOL)]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph" >}}).
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. | -| **Query performance factor** | *(Search and query databases only)* Adds additional compute power to process your query search 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. | +| **Query performance factor** | *(Search and query databases 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. | | **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.
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. | | **Dataset size (GB)** | The amount of data for your dataset. Specify small sizes as decimals of 1.0 GB; example: `0.1` GB (minimum). We calculate the total memory limit for you based on the other settings you choose for your database.
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. | | **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" >}}). |