diff --git a/content/rc/databases/create-database/_index.md b/content/rc/databases/create-database/_index.md index 7108325402e..8fc128c1ad2 100644 --- a/content/rc/databases/create-database/_index.md +++ b/content/rc/databases/create-database/_index.md @@ -13,13 +13,14 @@ aliases: /rv/administration/setup_and_editing/create-databases/ A database is the heart of any Redis Cloud deployment. -The process for Creating a database depends on the type of [subscription]({{}}) you need. +The process for Creating a database depends on the type of [subscription plan]({{}}) you need. -An **Essentials** subscription is a fixed monthly price for a single database. It is cost-efficient and designed for low-throughput scenarios. It supports a range of availability, persistence, and backup options. Pricing supports low throughput workloads. +An **Essentials** plan is a fixed monthly price for a single database. It is cost-efficient and designed for low-throughput scenarios. It supports a range of availability, persistence, and backup options. Pricing supports low throughput workloads. - [Create an Essentials database]({{}}) -A **Pro** subscription is an hourly price based on capacity. It supports more databases, larger databases, greater throughput, and unlimited connections. +A **Pro** plan is an hourly price based on capacity. It supports more databases, larger databases, greater throughput, and unlimited connections. - [Create a Pro database with a new subscription]({{}}) - [Create a Pro database in an existing subscription]({{}}) +- [Create an Active-Active database]({{}}) diff --git a/content/rc/databases/create-database/create-active-active-database.md b/content/rc/databases/create-database/create-active-active-database.md index 15796464240..51c6a7c148e 100644 --- a/content/rc/databases/create-database/create-active-active-database.md +++ b/content/rc/databases/create-database/create-active-active-database.md @@ -10,7 +10,7 @@ aliases: /rc/subscriptions/create-active-active-subscription/ Active-Active databases store data across multiple regions and availability zones. This improves scalability, performance, and availability, especially when compared to standalone databases. See [Active-Active Redis]({{}}) for more information. -To deploy Active-Active databases in Redis Cloud, you need a Redis Cloud Pro subscription that enables Active-Active Redis and defines the regions for each copy of your databases. +To deploy Active-Active databases in Redis Cloud, you need a Redis Cloud Pro plan that enables Active-Active Redis and defines the regions for each copy of your databases. Overall, the process is similar to [creating a Pro database with a new subscription]({{}}). However, there are some additional requirements listed below: @@ -26,7 +26,7 @@ This reduces latency for local users and improves availability should a region f Consistency between each instance is maintained in the background; that is, each copy eventually includes updates from every region. As a result, [memory limit]({{}}) and throughput increase. -### Define regions +## Define regions When you create a new Pro database, the Active-Active Redis option appears to the right of the cloud providers. @@ -44,7 +44,7 @@ You can use a region's Remove button to remove it from the list. {{Select the Delete button to remove a region from the list.}}{{< /image >}} -### Define CIDR addresses +## Define CIDR addresses To properly route network traffic between each Active-Active database instance and your consumer VPCs, use care to specify unique CIDR address blocks when using VPC peering. The block regions should _not_ overlap between the Redis server and your app consumer VPCs. @@ -62,7 +62,7 @@ Red exclamation marks indicate error conditions; the tooltip provides additional {{Red exclamation points indicate CIDR address problems.}}{{< /image >}} -### Select capabilities +## Select capabilities Active-Active databases support the [JSON]({{< relref "/stack/json" >}}) data type. @@ -70,7 +70,7 @@ Active-Active databases support the [JSON]({{< relref "/stack/json" >}}) data ty We select JSON for you when you create an Active-Active database. Select it again to remove it. -### Define throughput +## Define throughput Each Active-Active instance coordinates changes with every other instance, which increases memory use and throughput. @@ -94,9 +94,10 @@ The total operations per second: Throughput requirements grow dramatically as regions increase. As a result, consider your requirements carefully. -### More info +## More info - [Create a Pro database with a new subscription]({{}}) +- [Active-Active Redis]({{}}) - Database [memory limit]({{}}) - Redis Cloud [subscription plans]({{}}) - [Redis Cloud pricing](https://redis.com/redis-enterprise-cloud/pricing/) \ No newline at end of file