From 4ba24e7fdeb2933e5b83e45cc61fdc0493202d48 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Thu, 2 Nov 2023 15:08:19 +0000 Subject: [PATCH] Add links to architectures Signed-off-by: Dj Walker-Morgan --- product_docs/docs/pgd/5/repsets.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product_docs/docs/pgd/5/repsets.mdx b/product_docs/docs/pgd/5/repsets.mdx index fdcbb5c8688..fa8cab9a05f 100644 --- a/product_docs/docs/pgd/5/repsets.mdx +++ b/product_docs/docs/pgd/5/repsets.mdx @@ -262,6 +262,8 @@ This configuration looks like this: ![Multi-Region 3 Nodes Configuration](./images/always-on-2x3-aa-updated.png) +This is the standard Always-On multiregion configuration as discussed in the [Choosing your architecture](architectures) section. + ### Application Requirements For this example, we are going to work with an application which record the opinions of people who attended performances of musical works. There is a table for attendees, a table for the works and an opinion table which records which attendee saw which work, where, when and how they scored the work. Because of data regulation, the example assumes that opinion data must stay only in the region where the opinion was recorded.