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/create-database/create-active-active-database.md
+130-8Lines changed: 130 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,15 +139,137 @@ By default, you're shown basic settings, which include:
139
139
-**Throughput**: When you create an Active-Active database, you define the throughput for each instance. The total operations per second combines the total read ops/sec and applies the write ops/sec for each region across every region.
140
140
141
141
{{<imagefilename="images/rc/active-active-throughput-detail.png"width="75%"alt="When you create an Active-Active database, you define throughput for each region." >}}
142
+
143
+
The total ops/sec for each region is calculated as follows:
144
+
145
+
```sh
146
+
Region ops/sec = Local read ops/sec +
147
+
Sum of write ops/sec from all regions
148
+
```
149
+
150
+
The total ops/sec for the database is the sum of the ops/sec for each region.
142
151
143
-
Because each instance needs the ability to write to every other instance, write operations significantly affect the total, as shown in the following table:
144
-
145
-
| Number of regions | Read operations | Write operations | Total operations |
For Search and query databases, the estimated throughput from the [Sizing calculator](https://redis.io/redisearch-sizing-calculator/) is the total amount of throughput you need. When setting throughput for your Active-Active database, use the total amount for each region and divide it depending on your read (query) and write (update) needs for each region. For example, if the total amount of throughput needed is 50000 ops/sec, you could set each region to have 20000 ops/sec for reads (queries) and 30000 ops/sec for writes (updates).
0 commit comments