diff --git a/src/current/_data/redirects.yml b/src/current/_data/redirects.yml
index 9b664212ea2..21693068033 100644
--- a/src/current/_data/redirects.yml
+++ b/src/current/_data/redirects.yml
@@ -1161,3 +1161,15 @@
- destination: cockroachcloud/byoc-azure-deployment.md
sources: ['cockroachcloud/byoc-deployment.md']
+
+- destination: multiregion-overview.md
+ sources: ['demo-low-latency-multi-region-deployment.md', 'migrate-to-multiregion-sql.md']
+ versions: ['v26.1', 'v26.2']
+
+- destination: performance-best-practices-overview.md
+ sources: ['performance.md', 'performance-benchmarking-with-tpcc-local.md', 'performance-benchmarking-with-tpcc-small.md', 'performance-benchmarking-with-tpcc-medium.md', 'performance-benchmarking-with-tpcc-large.md', 'performance-benchmarking-with-tpcc-local-multiregion.md']
+ versions: ['v26.1', 'v26.2']
+
+- destination: support-resources.md
+ sources: ['file-an-issue.md']
+ versions: ['v26.1', 'v26.2']
diff --git a/src/current/_includes/v26.1/filter-tabs/perf-bench-tpc-c.md b/src/current/_includes/v26.1/filter-tabs/perf-bench-tpc-c.md
deleted file mode 100644
index 1394f916add..00000000000
--- a/src/current/_includes/v26.1/filter-tabs/perf-bench-tpc-c.md
+++ /dev/null
@@ -1,4 +0,0 @@
-{% assign tab_names_html = "Local;Local (Multi-Region);Small;Medium;Large" %}
-{% assign html_page_filenames = "performance-benchmarking-with-tpcc-local.html;performance-benchmarking-with-tpcc-local-multiregion.html;performance-benchmarking-with-tpcc-small.html;performance-benchmarking-with-tpcc-medium.html;performance-benchmarking-with-tpcc-large.html" %}
-
-{% include filter-tabs.md tab_names=tab_names_html page_filenames=html_page_filenames page_folder=page.version.version %}
diff --git a/src/current/_includes/v26.1/misc/explore-benefits-see-also.md b/src/current/_includes/v26.1/misc/explore-benefits-see-also.md
index d0993508e8f..e37cb974104 100644
--- a/src/current/_includes/v26.1/misc/explore-benefits-see-also.md
+++ b/src/current/_includes/v26.1/misc/explore-benefits-see-also.md
@@ -1,4 +1,3 @@
- [Replication & Rebalancing]({% link {{ page.version.version }}/demo-replication-and-rebalancing.md %})
- [CockroachDB Resilience]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %})
-- [Low Latency Multi-Region Deployment]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
- [Serializable Transactions]({% link {{ page.version.version }}/demo-serializable.md %})
\ No newline at end of file
diff --git a/src/current/_includes/v26.1/prod-deployment/insecure-test-load-balancing.md b/src/current/_includes/v26.1/prod-deployment/insecure-test-load-balancing.md
index 130e032cae0..86e0228b368 100644
--- a/src/current/_includes/v26.1/prod-deployment/insecure-test-load-balancing.md
+++ b/src/current/_includes/v26.1/prod-deployment/insecure-test-load-balancing.md
@@ -4,10 +4,6 @@ CockroachDB comes with a number of [built-in workloads]({% link {{ page.version.
Be sure that you have configured your network to allow traffic from the application to the load balancer. In this case, you will run the sample workload on one of your machines. The traffic source should therefore be the **internal (private)** IP address of that machine.
{{site.data.alerts.end}}
-{{site.data.alerts.callout_success}}
-For comprehensive guidance on benchmarking CockroachDB with TPC-C, see [Performance Benchmarking]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-local.md %}).
-{{site.data.alerts.end}}
-
1. SSH to the machine where you want the run the sample TPC-C workload.
This should be a machine that is not running a CockroachDB node.
diff --git a/src/current/_includes/v26.1/prod-deployment/prod-see-also.md b/src/current/_includes/v26.1/prod-deployment/prod-see-also.md
index 88d81e565c9..e73619dea7d 100644
--- a/src/current/_includes/v26.1/prod-deployment/prod-see-also.md
+++ b/src/current/_includes/v26.1/prod-deployment/prod-see-also.md
@@ -2,6 +2,5 @@
- [Manual Deployment]({% link {{ page.version.version }}/manual-deployment.md %})
- [Orchestrated Deployment]({% link {{ page.version.version }}/kubernetes-overview.md %})
- [Monitoring and Alerting]({% link {{ page.version.version }}/monitoring-and-alerting.md %})
-- [Performance Benchmarking]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-small.md %})
- [Performance Tuning]({% link {{ page.version.version }}/performance-best-practices-overview.md %})
- [Local Deployment]({% link {{ page.version.version }}/start-a-local-cluster.md %})
diff --git a/src/current/_includes/v26.1/prod-deployment/secure-test-load-balancing.md b/src/current/_includes/v26.1/prod-deployment/secure-test-load-balancing.md
index 26d2cc17e2d..ec2b8e7185c 100644
--- a/src/current/_includes/v26.1/prod-deployment/secure-test-load-balancing.md
+++ b/src/current/_includes/v26.1/prod-deployment/secure-test-load-balancing.md
@@ -4,8 +4,6 @@ CockroachDB comes with a number of [built-in workloads]({% link {{ page.version.
Be sure that you have configured your network to allow traffic from the application to the load balancer. In this case, you will run the sample workload on one of your machines. The traffic source should therefore be the **internal (private)** IP address of that machine.
{{site.data.alerts.end}}
-For comprehensive guidance on benchmarking CockroachDB with TPC-C, refer to [Performance Benchmarking]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-local.md %}).
-
1. SSH to the machine where you want to run the sample TPC-C workload.
This should be a machine that is not running a CockroachDB node, and it should already have a `certs` directory containing `ca.crt`, `client.root.crt`, and `client.root.key` files.
diff --git a/src/current/_includes/v26.1/sidebar-data/multi-region-capabilities.json b/src/current/_includes/v26.1/sidebar-data/multi-region-capabilities.json
index 4c07ee31a47..ab430da4596 100644
--- a/src/current/_includes/v26.1/sidebar-data/multi-region-capabilities.json
+++ b/src/current/_includes/v26.1/sidebar-data/multi-region-capabilities.json
@@ -28,6 +28,12 @@
"urls": [
"/${VERSION}/partitioning.html"
]
+ },
+ {
+ "title": "Data Domiciling with CockroachDB Tutorial",
+ "urls": [
+ "/${VERSION}/data-domiciling.html"
+ ]
}
]
},
@@ -42,29 +48,6 @@
"urls": [
"/${VERSION}/zone-config-extensions.html"
]
- },
- {
- "title": "Multi-Region Tutorials",
- "items": [
- {
- "title": "Low Latency Reads and Writes",
- "urls": [
- "/${VERSION}/demo-low-latency-multi-region-deployment.html"
- ]
- },
- {
- "title": "Data Domiciling with CockroachDB",
- "urls": [
- "/${VERSION}/data-domiciling.html"
- ]
- },
- {
- "title": "Migrate to Multi-Region SQL with Replication Zones",
- "urls": [
- "/${VERSION}/migrate-to-multiregion-sql.html"
- ]
- }
- ]
}
]
}
diff --git a/src/current/_includes/v26.1/sidebar-data/reads-and-writes.json b/src/current/_includes/v26.1/sidebar-data/reads-and-writes.json
index 36c99c45caf..e7b1dce4115 100644
--- a/src/current/_includes/v26.1/sidebar-data/reads-and-writes.json
+++ b/src/current/_includes/v26.1/sidebar-data/reads-and-writes.json
@@ -113,13 +113,6 @@
"/${VERSION}/local-testing.html"
]
},
- {
- "title": "SQL Playground",
- "is_top_level": true,
- "urls": [
- "https://www.cockroachlabs.com/docs/tutorials/sql-playground"
- ]
- },
{
"title": "Database Management Tools",
"items": [
diff --git a/src/current/_includes/v26.1/sidebar-data/troubleshooting.json b/src/current/_includes/v26.1/sidebar-data/troubleshooting.json
index f9e11c5ab36..7a2103c9f62 100644
--- a/src/current/_includes/v26.1/sidebar-data/troubleshooting.json
+++ b/src/current/_includes/v26.1/sidebar-data/troubleshooting.json
@@ -74,39 +74,12 @@
"/${VERSION}/troubleshoot-replication-zones.html"
]
},
- {
- "title": "Benchmarking",
- "items": [
- {
- "title": "Overview",
- "urls": [
- "/${VERSION}/performance.html"
- ]
- },
- {
- "title": "Benchmarking with TPC-C",
- "urls": [
- "/${VERSION}/performance-benchmarking-with-tpcc-local.html",
- "/${VERSION}/performance-benchmarking-with-tpcc-local-multiregion.html",
- "/${VERSION}/performance-benchmarking-with-tpcc-small.html",
- "/${VERSION}/performance-benchmarking-with-tpcc-medium.html",
- "/${VERSION}/performance-benchmarking-with-tpcc-large.html"
- ]
- }
- ]
- },
{
"title": "Support Resources",
"urls": [
"/${VERSION}/support-resources.html"
]
},
- {
- "title": "File an Issue",
- "urls": [
- "/${VERSION}/file-an-issue.html"
- ]
- },
{
"title": "Automatic CPU Profiler",
"urls": [
diff --git a/src/current/_includes/v26.1/topology-patterns/see-also.md b/src/current/_includes/v26.1/topology-patterns/see-also.md
index 87679440be3..bd93861affc 100644
--- a/src/current/_includes/v26.1/topology-patterns/see-also.md
+++ b/src/current/_includes/v26.1/topology-patterns/see-also.md
@@ -2,8 +2,6 @@
- [How to Choose a Multi-Region Configuration]({% link {{ page.version.version }}/choosing-a-multi-region-configuration.md %})
- [When to Use `ZONE` vs. `REGION` Survival Goals]({% link {{ page.version.version }}/multiregion-survival-goals.md %}#when-to-use-zone-vs-region-survival-goals)
- [When to Use `REGIONAL` vs. `GLOBAL` Tables]({% link {{ page.version.version }}/table-localities.md %}#when-to-use-regional-vs-global-tables)
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
-- [Migrate to Multi-Region SQL]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %})
- [Secondary regions]({% link {{ page.version.version }}/multiregion-overview.md %}#secondary-regions)
- [`ALTER DATABASE ... SET SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#set-secondary-region)
- [`ALTER DATABASE ... DROP SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#drop-secondary-region)
diff --git a/src/current/_includes/v26.1/zone-configs/remove-a-replication-zone.md b/src/current/_includes/v26.1/zone-configs/remove-a-replication-zone.md
index e4db312ace4..8eea6aecae5 100644
--- a/src/current/_includes/v26.1/zone-configs/remove-a-replication-zone.md
+++ b/src/current/_includes/v26.1/zone-configs/remove-a-replication-zone.md
@@ -1,7 +1,7 @@
{{site.data.alerts.callout_info}}
When you discard a zone configuration, the objects it was applied to will then inherit a configuration from an object "the next level up"; e.g., if the object whose configuration is being discarded is a table, it will use its parent database's configuration.
-You cannot `DISCARD` any zone configurations on multi-region tables, indexes, or partitions if the [multi-region abstractions]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %}#replication-zone-patterns-and-multi-region-sql-abstractions) created the zone configuration.
+You cannot `DISCARD` any zone configurations on multi-region tables, indexes, or partitions if the multi-region abstractions created the zone configuration.
{{site.data.alerts.end}}
{% include_cached copy-clipboard.html %}
diff --git a/src/current/_includes/v26.2/filter-tabs/perf-bench-tpc-c.md b/src/current/_includes/v26.2/filter-tabs/perf-bench-tpc-c.md
deleted file mode 100644
index 1394f916add..00000000000
--- a/src/current/_includes/v26.2/filter-tabs/perf-bench-tpc-c.md
+++ /dev/null
@@ -1,4 +0,0 @@
-{% assign tab_names_html = "Local;Local (Multi-Region);Small;Medium;Large" %}
-{% assign html_page_filenames = "performance-benchmarking-with-tpcc-local.html;performance-benchmarking-with-tpcc-local-multiregion.html;performance-benchmarking-with-tpcc-small.html;performance-benchmarking-with-tpcc-medium.html;performance-benchmarking-with-tpcc-large.html" %}
-
-{% include filter-tabs.md tab_names=tab_names_html page_filenames=html_page_filenames page_folder=page.version.version %}
diff --git a/src/current/_includes/v26.2/misc/explore-benefits-see-also.md b/src/current/_includes/v26.2/misc/explore-benefits-see-also.md
index d0993508e8f..e37cb974104 100644
--- a/src/current/_includes/v26.2/misc/explore-benefits-see-also.md
+++ b/src/current/_includes/v26.2/misc/explore-benefits-see-also.md
@@ -1,4 +1,3 @@
- [Replication & Rebalancing]({% link {{ page.version.version }}/demo-replication-and-rebalancing.md %})
- [CockroachDB Resilience]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %})
-- [Low Latency Multi-Region Deployment]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
- [Serializable Transactions]({% link {{ page.version.version }}/demo-serializable.md %})
\ No newline at end of file
diff --git a/src/current/_includes/v26.2/prod-deployment/insecure-test-load-balancing.md b/src/current/_includes/v26.2/prod-deployment/insecure-test-load-balancing.md
index 130e032cae0..86e0228b368 100644
--- a/src/current/_includes/v26.2/prod-deployment/insecure-test-load-balancing.md
+++ b/src/current/_includes/v26.2/prod-deployment/insecure-test-load-balancing.md
@@ -4,10 +4,6 @@ CockroachDB comes with a number of [built-in workloads]({% link {{ page.version.
Be sure that you have configured your network to allow traffic from the application to the load balancer. In this case, you will run the sample workload on one of your machines. The traffic source should therefore be the **internal (private)** IP address of that machine.
{{site.data.alerts.end}}
-{{site.data.alerts.callout_success}}
-For comprehensive guidance on benchmarking CockroachDB with TPC-C, see [Performance Benchmarking]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-local.md %}).
-{{site.data.alerts.end}}
-
1. SSH to the machine where you want the run the sample TPC-C workload.
This should be a machine that is not running a CockroachDB node.
diff --git a/src/current/_includes/v26.2/prod-deployment/prod-see-also.md b/src/current/_includes/v26.2/prod-deployment/prod-see-also.md
index 88d81e565c9..e73619dea7d 100644
--- a/src/current/_includes/v26.2/prod-deployment/prod-see-also.md
+++ b/src/current/_includes/v26.2/prod-deployment/prod-see-also.md
@@ -2,6 +2,5 @@
- [Manual Deployment]({% link {{ page.version.version }}/manual-deployment.md %})
- [Orchestrated Deployment]({% link {{ page.version.version }}/kubernetes-overview.md %})
- [Monitoring and Alerting]({% link {{ page.version.version }}/monitoring-and-alerting.md %})
-- [Performance Benchmarking]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-small.md %})
- [Performance Tuning]({% link {{ page.version.version }}/performance-best-practices-overview.md %})
- [Local Deployment]({% link {{ page.version.version }}/start-a-local-cluster.md %})
diff --git a/src/current/_includes/v26.2/prod-deployment/secure-test-load-balancing.md b/src/current/_includes/v26.2/prod-deployment/secure-test-load-balancing.md
index 26d2cc17e2d..ec2b8e7185c 100644
--- a/src/current/_includes/v26.2/prod-deployment/secure-test-load-balancing.md
+++ b/src/current/_includes/v26.2/prod-deployment/secure-test-load-balancing.md
@@ -4,8 +4,6 @@ CockroachDB comes with a number of [built-in workloads]({% link {{ page.version.
Be sure that you have configured your network to allow traffic from the application to the load balancer. In this case, you will run the sample workload on one of your machines. The traffic source should therefore be the **internal (private)** IP address of that machine.
{{site.data.alerts.end}}
-For comprehensive guidance on benchmarking CockroachDB with TPC-C, refer to [Performance Benchmarking]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-local.md %}).
-
1. SSH to the machine where you want to run the sample TPC-C workload.
This should be a machine that is not running a CockroachDB node, and it should already have a `certs` directory containing `ca.crt`, `client.root.crt`, and `client.root.key` files.
diff --git a/src/current/_includes/v26.2/sidebar-data/multi-region-capabilities.json b/src/current/_includes/v26.2/sidebar-data/multi-region-capabilities.json
index 4c07ee31a47..ab430da4596 100644
--- a/src/current/_includes/v26.2/sidebar-data/multi-region-capabilities.json
+++ b/src/current/_includes/v26.2/sidebar-data/multi-region-capabilities.json
@@ -28,6 +28,12 @@
"urls": [
"/${VERSION}/partitioning.html"
]
+ },
+ {
+ "title": "Data Domiciling with CockroachDB Tutorial",
+ "urls": [
+ "/${VERSION}/data-domiciling.html"
+ ]
}
]
},
@@ -42,29 +48,6 @@
"urls": [
"/${VERSION}/zone-config-extensions.html"
]
- },
- {
- "title": "Multi-Region Tutorials",
- "items": [
- {
- "title": "Low Latency Reads and Writes",
- "urls": [
- "/${VERSION}/demo-low-latency-multi-region-deployment.html"
- ]
- },
- {
- "title": "Data Domiciling with CockroachDB",
- "urls": [
- "/${VERSION}/data-domiciling.html"
- ]
- },
- {
- "title": "Migrate to Multi-Region SQL with Replication Zones",
- "urls": [
- "/${VERSION}/migrate-to-multiregion-sql.html"
- ]
- }
- ]
}
]
}
diff --git a/src/current/_includes/v26.2/sidebar-data/reads-and-writes.json b/src/current/_includes/v26.2/sidebar-data/reads-and-writes.json
index 36c99c45caf..e7b1dce4115 100644
--- a/src/current/_includes/v26.2/sidebar-data/reads-and-writes.json
+++ b/src/current/_includes/v26.2/sidebar-data/reads-and-writes.json
@@ -113,13 +113,6 @@
"/${VERSION}/local-testing.html"
]
},
- {
- "title": "SQL Playground",
- "is_top_level": true,
- "urls": [
- "https://www.cockroachlabs.com/docs/tutorials/sql-playground"
- ]
- },
{
"title": "Database Management Tools",
"items": [
diff --git a/src/current/_includes/v26.2/sidebar-data/troubleshooting.json b/src/current/_includes/v26.2/sidebar-data/troubleshooting.json
index e20972a2b30..86a8a5296fc 100644
--- a/src/current/_includes/v26.2/sidebar-data/troubleshooting.json
+++ b/src/current/_includes/v26.2/sidebar-data/troubleshooting.json
@@ -80,39 +80,12 @@
"/${VERSION}/troubleshoot-replication-zones.html"
]
},
- {
- "title": "Benchmarking",
- "items": [
- {
- "title": "Overview",
- "urls": [
- "/${VERSION}/performance.html"
- ]
- },
- {
- "title": "Benchmarking with TPC-C",
- "urls": [
- "/${VERSION}/performance-benchmarking-with-tpcc-local.html",
- "/${VERSION}/performance-benchmarking-with-tpcc-local-multiregion.html",
- "/${VERSION}/performance-benchmarking-with-tpcc-small.html",
- "/${VERSION}/performance-benchmarking-with-tpcc-medium.html",
- "/${VERSION}/performance-benchmarking-with-tpcc-large.html"
- ]
- }
- ]
- },
{
"title": "Support Resources",
"urls": [
"/${VERSION}/support-resources.html"
]
},
- {
- "title": "File an Issue",
- "urls": [
- "/${VERSION}/file-an-issue.html"
- ]
- },
{
"title": "Automatic CPU Profiler",
"urls": [
diff --git a/src/current/_includes/v26.2/topology-patterns/see-also.md b/src/current/_includes/v26.2/topology-patterns/see-also.md
index 87679440be3..bd93861affc 100644
--- a/src/current/_includes/v26.2/topology-patterns/see-also.md
+++ b/src/current/_includes/v26.2/topology-patterns/see-also.md
@@ -2,8 +2,6 @@
- [How to Choose a Multi-Region Configuration]({% link {{ page.version.version }}/choosing-a-multi-region-configuration.md %})
- [When to Use `ZONE` vs. `REGION` Survival Goals]({% link {{ page.version.version }}/multiregion-survival-goals.md %}#when-to-use-zone-vs-region-survival-goals)
- [When to Use `REGIONAL` vs. `GLOBAL` Tables]({% link {{ page.version.version }}/table-localities.md %}#when-to-use-regional-vs-global-tables)
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
-- [Migrate to Multi-Region SQL]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %})
- [Secondary regions]({% link {{ page.version.version }}/multiregion-overview.md %}#secondary-regions)
- [`ALTER DATABASE ... SET SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#set-secondary-region)
- [`ALTER DATABASE ... DROP SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#drop-secondary-region)
diff --git a/src/current/_includes/v26.2/zone-configs/remove-a-replication-zone.md b/src/current/_includes/v26.2/zone-configs/remove-a-replication-zone.md
index e4db312ace4..8eea6aecae5 100644
--- a/src/current/_includes/v26.2/zone-configs/remove-a-replication-zone.md
+++ b/src/current/_includes/v26.2/zone-configs/remove-a-replication-zone.md
@@ -1,7 +1,7 @@
{{site.data.alerts.callout_info}}
When you discard a zone configuration, the objects it was applied to will then inherit a configuration from an object "the next level up"; e.g., if the object whose configuration is being discarded is a table, it will use its parent database's configuration.
-You cannot `DISCARD` any zone configurations on multi-region tables, indexes, or partitions if the [multi-region abstractions]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %}#replication-zone-patterns-and-multi-region-sql-abstractions) created the zone configuration.
+You cannot `DISCARD` any zone configurations on multi-region tables, indexes, or partitions if the multi-region abstractions created the zone configuration.
{{site.data.alerts.end}}
{% include_cached copy-clipboard.html %}
diff --git a/src/current/v26.1/alter-database.md b/src/current/v26.1/alter-database.md
index 278a88479b0..3b42506e17a 100644
--- a/src/current/v26.1/alter-database.md
+++ b/src/current/v26.1/alter-database.md
@@ -729,7 +729,7 @@ ALTER DATABASE movr CONFIGURE ZONE USING range_min_bytes = 0, range_max_bytes =
{{site.data.alerts.callout_info}}
When you discard a zone configuration, the objects it was applied to will then inherit a configuration from an object "the next level up"; e.g., if the object whose configuration is being discarded is a table, it will use its parent database's configuration.
-You cannot `DISCARD` any zone configurations on multi-region tables, indexes, or partitions if the [multi-region abstractions]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %}#replication-zone-patterns-and-multi-region-sql-abstractions) created the zone configuration.
+You cannot `DISCARD` any zone configurations on multi-region tables, indexes, or partitions if the [multi-region] ({% link {{ page.version.version }}/multiregion-overview.md %}) created the zone configuration.
{{site.data.alerts.end}}
{% include_cached copy-clipboard.html %}
@@ -1202,7 +1202,7 @@ To follow along with the examples below:
cockroach demo --global --nodes 9
~~~
-1. Set the demo cluster's [database regions]({% link {{ page.version.version }}/multiregion-overview.md %}#database-regions) and [table localities]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality) as described in [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}) (specifically, starting at [Step 5. Execute multi-region SQL statements]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}#step-5-execute-multi-region-sql-statements)).
+1. Set the demo cluster's [database regions]({% link {{ page.version.version }}/multiregion-overview.md %}#database-regions) and [table localities]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality).
1. Enable the replica placement syntax with either the [session variable]({% link {{ page.version.version }}/set-vars.md %}) or the [cluster setting]({% link {{ page.version.version }}/cluster-settings.md %}) as shown below.
diff --git a/src/current/v26.1/alter-index.md b/src/current/v26.1/alter-index.md
index 6b686f7fd0d..978b65451f7 100644
--- a/src/current/v26.1/alter-index.md
+++ b/src/current/v26.1/alter-index.md
@@ -243,7 +243,7 @@ ALTER INDEX vehicles@vehicles_auto_index_fk_city_ref_users CONFIGURE ZONE USING
{{site.data.alerts.callout_info}}
When you discard a zone configuration, the objects it was applied to will then inherit a configuration from an object "the next level up"; e.g., if the object whose configuration is being discarded is a table, it will use its parent database's configuration.
-You cannot `DISCARD` any zone configurations on multi-region tables, indexes, or partitions if the [multi-region abstractions]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %}#replication-zone-patterns-and-multi-region-sql-abstractions) created the zone configuration.
+You cannot `DISCARD` any zone configurations on multi-region tables, indexes, or partitions if the [multi-region] ({% link {{ page.version.version }}/multiregion-overview.md %}) created the zone configuration.
{{site.data.alerts.end}}
{% include_cached copy-clipboard.html %}
diff --git a/src/current/v26.1/alter-table.md b/src/current/v26.1/alter-table.md
index 3001ee1834e..ea5189368cb 100644
--- a/src/current/v26.1/alter-table.md
+++ b/src/current/v26.1/alter-table.md
@@ -1293,7 +1293,7 @@ Using [`ALTER PRIMARY KEY`]({% link {{ page.version.version }}/alter-table.md %}
{% include {{page.version.version}}/sql/indexes-regional-by-row.md %}
-This example assumes you have a simulated multi-region database running on your local machine following the steps described in [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}). It shows how a `UNIQUE` index is partitioned, but it's similar to how all indexes are partitioned on `REGIONAL BY ROW` tables.
+This example assumes you have a simulated multi-region database running on your local machine. It shows how a `UNIQUE` index is partitioned, but it's similar to how all indexes are partitioned on `REGIONAL BY ROW` tables.
To show how the automatic partitioning of indexes on `REGIONAL BY ROW` tables works, we will:
@@ -1313,7 +1313,7 @@ ALTER TABLE users ADD COLUMN email STRING;
ALTER TABLE users ADD CONSTRAINT user_email_unique UNIQUE (email);
~~~
-Next, issue the [`SHOW INDEXES`]({% link {{ page.version.version }}/show-index.md %}) statement. You will see that [the implicit region column](#set-the-table-locality-to-regional-by-row) that was added when the table [was converted to regional by row]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}#configure-regional-by-row-tables) is now indexed:
+Next, issue the [`SHOW INDEXES`]({% link {{ page.version.version }}/show-index.md %}) statement. You will see that [the implicit region column](#set-the-table-locality-to-regional-by-row) that was added when the table was converted to regional by row is now indexed:
{% include_cached copy-clipboard.html %}
~~~ sql
@@ -1664,7 +1664,7 @@ If the column has the [`NOT NULL` constraint]({% link {{ page.version.version }}
#### Convert to a different data type
-The [TPC-C]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-small.md %}) database has a `customer` table with a column `c_credit_lim` of type `DECIMAL(10,2)`:
+The TPC-C database has a `customer` table with a column `c_credit_lim` of type `DECIMAL(10,2)`:
{% include_cached copy-clipboard.html %}
~~~ sql
@@ -1704,7 +1704,7 @@ To change the data type from `DECIMAL` to `STRING`:
#### Change a column type's precision
-The [TPC-C]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-small.md %}) `customer` table contains a column `c_balance` of type `DECIMAL(12,2)`:
+The TPC-C `customer` table contains a column `c_balance` of type `DECIMAL(12,2)`:
{% include_cached copy-clipboard.html %}
~~~ sql
@@ -2860,7 +2860,7 @@ ALTER TABLE {table} ALTER COLUMN crdb_region SET ON UPDATE rehome_row()::db.publ
##### Example
-1. Follow steps 1 and 2 from the [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}) tutorial. This will involve starting a [`cockroach demo`]({% link {{ page.version.version }}/cockroach-demo.md %}) cluster in a terminal window (call it _terminal 1_).
+1. Start a [`cockroach demo`]({% link {{ page.version.version }}/cockroach-demo.md %}) cluster in a terminal window (call it _terminal 1_).
1. From the [SQL client]({% link {{ page.version.version }}/cockroach-sql.md %}) running in terminal 1, set the setting that enables auto-rehoming. You must issue this setting before creating the `REGIONAL BY ROW` tables that you want auto-rehomed.
@@ -2869,7 +2869,7 @@ ALTER TABLE {table} ALTER COLUMN crdb_region SET ON UPDATE rehome_row()::db.publ
SET enable_auto_rehoming = on;
~~~
-1. In a second terminal window (call it _terminal 2_), [finish the tutorial starting from step 3]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}#step-3-load-and-run-movr) onward to finish loading the cluster with data and applying the multi-region SQL configuration.
+1. In a second terminal window (call it _terminal 2_), finish loading the cluster with data and applying the multi-region SQL configuration.
1. Switch back to terminal 1, and check the gateway region of the node you are currently connected to:
diff --git a/src/current/v26.1/choosing-a-multi-region-configuration.md b/src/current/v26.1/choosing-a-multi-region-configuration.md
index d31479987dc..1b48d1519fb 100644
--- a/src/current/v26.1/choosing-a-multi-region-configuration.md
+++ b/src/current/v26.1/choosing-a-multi-region-configuration.md
@@ -65,7 +65,6 @@ Different databases and tables within the same cluster can each use different co
- [Survive Region Outages with CockroachDB](https://www.cockroachlabs.com/blog/under-the-hood-multi-region/)
- [Topology Patterns]({% link {{ page.version.version }}/topology-patterns.md %})
- [Disaster Recovery]({% link {{ page.version.version }}/disaster-recovery-planning.md %})
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
- [Secondary regions]({% link {{ page.version.version }}/multiregion-overview.md %}#secondary-regions)
- [`SET SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#set-secondary-region)
- [`DROP SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#drop-secondary-region)
diff --git a/src/current/v26.1/cluster-setup-troubleshooting.md b/src/current/v26.1/cluster-setup-troubleshooting.md
index e7c16577c14..d952f1af609 100644
--- a/src/current/v26.1/cluster-setup-troubleshooting.md
+++ b/src/current/v26.1/cluster-setup-troubleshooting.md
@@ -91,7 +91,7 @@ You should see a list of the built-in databases:
If you’re not seeing the output above, check for the following:
- `connection refused` error, which indicates you have not included some flag that you used to start the node. We have additional troubleshooting steps for this error [here]({% link {{ page.version.version }}/common-errors.md %}#connection-refused).
-- The node crashed. To ascertain if the node crashed, run `ps | grep cockroach` to look for the `cockroach` process. If you cannot locate the `cockroach` process (i.e., it crashed), [file an issue]({% link {{ page.version.version }}/file-an-issue.md %}), including the [logs from your node]({% link {{ page.version.version }}/configure-logs.md %}#logging-directory) and any errors you received.
+- The node crashed. To ascertain if the node crashed, run `ps | grep cockroach` to look for the `cockroach` process. If you cannot locate the `cockroach` process (i.e., it crashed), file an issue in Github, including the [logs from your node]({% link {{ page.version.version }}/configure-logs.md %}#logging-directory) and any errors you received.
## Cannot run a multi-node CockroachDB cluster on the same machine
@@ -526,7 +526,7 @@ CockroachDB memory usage has the following components:
{% include {{ page.version.version }}/prod-deployment/healthy-crdb-memory.md %}
- If you observe values not within the expected range for a healthy cluster, [file an issue]({% link {{ page.version.version }}/file-an-issue.md %}).
+ If you observe values not within the expected range for a healthy cluster, file an issue in Github.
#### Out-of-memory (OOM) crash
@@ -582,7 +582,7 @@ To identify under-replicated/unavailable ranges:
1. On the [**Cluster Overview** page]({% link {{ page.version.version }}/ui-cluster-overview-page.md %}), check the **Replication Status**. If the **Under-replicated ranges** or **Unavailable ranges** count is non-zero, then you have under-replicated or unavailable ranges in your cluster.
-1. Check for a network partition: On the [**Network** page]({% link {{ page.version.version }}/ui-network-latency-page.md %}), if there are nodes in the network matrix with [no connections]({% link {{ page.version.version }}/ui-network-latency-page.md %}#no-connections), this may indicate a network partition. If there is no partition and still no upreplication after 5 minutes, then [file an issue]({% link {{ page.version.version }}/file-an-issue.md %}).
+1. Check for a network partition: On the [**Network** page]({% link {{ page.version.version }}/ui-network-latency-page.md %}), if there are nodes in the network matrix with [no connections]({% link {{ page.version.version }}/ui-network-latency-page.md %}#no-connections), this may indicate a network partition. If there is no partition and still no upreplication after 5 minutes, then file an issue in Github.
**Add nodes to the cluster:**
@@ -594,7 +594,7 @@ If you still see under-replicated/unavailable ranges on the Cluster Overview pag
1. On the [**Advanced Debug** page]({% link {{ page.version.version }}/ui-debug-pages.md %}), click **Problem Ranges**.
1. In the **Connections** table, identify the node with the under-replicated/unavailable ranges and click the node ID in the Node column.
1. To view the **Range Report** for a range, click on the range number in the **Under-replicated (or slow)** table or **Unavailable** table.
-1. On the Range Report page, scroll down to the **Simulated Allocator Output** section. The table contains an error message which explains the reason for the under-replicated range. Follow the guidance in the message to resolve the issue. If you need help understanding the error or the guidance, [file an issue]({% link {{ page.version.version }}/file-an-issue.md %}). Please be sure to include the full Range Report and error message when you submit the issue.
+1. On the Range Report page, scroll down to the **Simulated Allocator Output** section. The table contains an error message which explains the reason for the under-replicated range. Follow the guidance in the message to resolve the issue. If you need help understanding the error or the guidance, file an issue in Github. Please be sure to include the full Range Report and error message when you submit the issue.
#### Check for under-replicated or unavailable data
diff --git a/src/current/v26.1/cockroach-debug-encryption-active-key.md b/src/current/v26.1/cockroach-debug-encryption-active-key.md
index 7c1ddf7988e..80f43344ed9 100644
--- a/src/current/v26.1/cockroach-debug-encryption-active-key.md
+++ b/src/current/v26.1/cockroach-debug-encryption-active-key.md
@@ -40,6 +40,5 @@ AES128_CTR:be235c29239aa84a48e5e1874d76aebf7fb3c1bdc438cec2eb98de82f06a57a0
## See also
-- [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
- [Troubleshooting Overview]({% link {{ page.version.version }}/troubleshooting-overview.md %})
diff --git a/src/current/v26.1/cockroach-debug-encryption-decrypt.md b/src/current/v26.1/cockroach-debug-encryption-decrypt.md
index 94b88d85ba0..10b10c90ec2 100644
--- a/src/current/v26.1/cockroach-debug-encryption-decrypt.md
+++ b/src/current/v26.1/cockroach-debug-encryption-decrypt.md
@@ -57,7 +57,6 @@ The `cockroach debug encryption-decrypt` command will output the decrypted store
## See also
-- [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
- [Troubleshooting Overview]({% link {{ page.version.version }}/troubleshooting-overview.md %})
- [Support Resources]({% link {{ page.version.version }}/support-resources.md %})
diff --git a/src/current/v26.1/cockroach-debug-job-trace.md b/src/current/v26.1/cockroach-debug-job-trace.md
index 0684f385172..eb0047826b6 100644
--- a/src/current/v26.1/cockroach-debug-job-trace.md
+++ b/src/current/v26.1/cockroach-debug-job-trace.md
@@ -70,7 +70,6 @@ You will find the zip file in the directory you ran the command from:
## See also
-- [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
- [Troubleshooting Overview]({% link {{ page.version.version }}/troubleshooting-overview.md %})
- [Support Resources]({% link {{ page.version.version }}/support-resources.md %})
diff --git a/src/current/v26.1/cockroach-debug-merge-logs.md b/src/current/v26.1/cockroach-debug-merge-logs.md
index 4ebed81dd51..8dd6c4ecd23 100644
--- a/src/current/v26.1/cockroach-debug-merge-logs.md
+++ b/src/current/v26.1/cockroach-debug-merge-logs.md
@@ -84,6 +84,5 @@ As of v23.2, logs can be configured to use a [timezone with formats `crdb-v1` or
## See also
-- [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
- [Troubleshooting Overview]({% link {{ page.version.version }}/troubleshooting-overview.md %})
diff --git a/src/current/v26.1/cockroach-debug-tsdump.md b/src/current/v26.1/cockroach-debug-tsdump.md
index 36611b61109..4a96b75a0a4 100644
--- a/src/current/v26.1/cockroach-debug-tsdump.md
+++ b/src/current/v26.1/cockroach-debug-tsdump.md
@@ -184,6 +184,5 @@ $ cockroach debug tsdump --format=raw --metrics-list-file=metrics.txt --certs-di
## See also
-- [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
- [Troubleshooting Overview]({% link {{ page.version.version }}/troubleshooting-overview.md %})
diff --git a/src/current/v26.1/cockroach-debug-zip.md b/src/current/v26.1/cockroach-debug-zip.md
index fb1ebef87c3..9a387069d48 100644
--- a/src/current/v26.1/cockroach-debug-zip.md
+++ b/src/current/v26.1/cockroach-debug-zip.md
@@ -285,6 +285,5 @@ cockroach debug zip ./cockroach-data/logs/debug.zip --redact --insecure --host=2
## See also
-- [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
- [Troubleshooting Overview]({% link {{ page.version.version }}/troubleshooting-overview.md %})
diff --git a/src/current/v26.1/cockroach-demo.md b/src/current/v26.1/cockroach-demo.md
index 029d2f0c252..47257c7f236 100644
--- a/src/current/v26.1/cockroach-demo.md
+++ b/src/current/v26.1/cockroach-demo.md
@@ -489,8 +489,6 @@ This command starts a 9-node demo cluster with the `movr` database preloaded and
The `--global` flag is an experimental feature of `cockroach demo`. The interface and output are subject to change.
{{site.data.alerts.end}}
-For a tutorial that uses a demo cluster to demonstrate CockroachDB's multi-region capabilities, see [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
-
### Add, shut down, and restart nodes in a multi-node demo cluster
In a multi-node demo cluster, you can use `\demo` [shell commands](#commands) to add, shut down, restart, decommission, and recommission individual nodes.
diff --git a/src/current/v26.1/cockroach-start.md b/src/current/v26.1/cockroach-start.md
index 831f0a9e449..89e6e23c4c0 100644
--- a/src/current/v26.1/cockroach-start.md
+++ b/src/current/v26.1/cockroach-start.md
@@ -449,7 +449,7 @@ $ cockroach init \
### Start a multi-region cluster
-In this example we will start a multi-node [local cluster]({% link {{ page.version.version }}/start-a-local-cluster.md %}) with a multi-region setup that uses the same regions (passed to the [`--locality`](#locality) flag) as the [multi-region MovR demo application]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
+In this example we will start a multi-node [local cluster]({% link {{ page.version.version }}/start-a-local-cluster.md %}) with a multi-region setup that uses the same regions (passed to the [`--locality`](#locality) flag) as the multi-region MovR demo application.
1. Start a node in the `us-east1` region:
@@ -518,8 +518,6 @@ In this example we will start a multi-node [local cluster]({% link {{ page.versi
For more information about running CockroachDB multi-region, see the [Multi-region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %}).
-For a more advanced example showing how to run a simulated workload on a multi-region CockroachDB cluster on your local machine, see [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
-
{{site.data.alerts.callout_info}}
For more information about the `--locality` flag, see [Locality](#locality).
{{site.data.alerts.end}}
diff --git a/src/current/v26.1/cockroach-workload.md b/src/current/v26.1/cockroach-workload.md
index 439d4b7f423..6ad72918b82 100644
--- a/src/current/v26.1/cockroach-workload.md
+++ b/src/current/v26.1/cockroach-workload.md
@@ -674,4 +674,3 @@ To customize the frequency of per-operation statistics, use the `--display-every
- [`cockroach demo`]({% link {{ page.version.version }}/cockroach-demo.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
-- [Performance Benchmarking with TPC-C]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-small.md %})
diff --git a/src/current/v26.1/data-domiciling.md b/src/current/v26.1/data-domiciling.md
index fa3af83438e..2c9c66e013e 100644
--- a/src/current/v26.1/data-domiciling.md
+++ b/src/current/v26.1/data-domiciling.md
@@ -138,7 +138,7 @@ ALTER DATABASE movr ADD REGION "us-west1";
Next, check the [critical nodes status endpoint](monitoring-and-alerting.html#critical-nodes-endpoint) to see which ranges are still not in compliance with your desired domiciling: that data on EU-based entities (users, etc.) does not leave EU-based nodes.
-On a small demo cluster like this one, the data movement from the previous step should finish quickly; on larger clusters, the rebalancing process may take longer. For more information about the performance considerations of rebalancing data in multi-region clusters, see [Performance considerations](migrate-to-multiregion-sql.html#performance-considerations).
+On a small demo cluster like this one, the data movement from the previous step should finish quickly; on larger clusters, the rebalancing process may take longer.
With the default settings, you should expect some replicas in the cluster to be violating this constraint. Those replicas will appear in the `violatingConstraints` field of the output.
@@ -436,9 +436,7 @@ Using CockroachDB as part of your approach to data domiciling has several limita
## See also
- [How to Choose a Multi-region Configuration]({% link {{ page.version.version }}/choosing-a-multi-region-configuration.md %})
-- [Migrate to Multi-Region SQL]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %})
- [Multi-Region Overview]({% link {{ page.version.version }}/multiregion-overview.md %})
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
- [Multi-Region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %})
- [Reads and Writes in CockroachDB]({% link {{ page.version.version }}/architecture/reads-and-writes-overview.md %})
- [When to Use `REGIONAL` vs. `GLOBAL` Tables]({% link {{ page.version.version }}/table-localities.md %}#when-to-use-regional-vs-global-tables)
diff --git a/src/current/v26.1/demo-low-latency-multi-region-deployment.md b/src/current/v26.1/demo-low-latency-multi-region-deployment.md
deleted file mode 100644
index a94b48923ff..00000000000
--- a/src/current/v26.1/demo-low-latency-multi-region-deployment.md
+++ /dev/null
@@ -1,330 +0,0 @@
----
-title: Low Latency Reads and Writes in a Multi-Region Cluster
-summary: Use data topologies to get low-latency reads and writes in a multi-region CockroachDB cluster.
-toc: true
-toc_not_nested: true
-key: demo-geo-partitioning.html
-docs_area:
----
-
-CockroachDB multi-region capabilities make it easier to run global applications. For an overview of these capabilities, see [Multi-Region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %}).
-
-In multi-region clusters, the distribution of data becomes a performance consideration. This makes it important to think about the [survival goals]({% link {{ page.version.version }}/multiregion-overview.md %}#survival-goals) of each database. Then, for each table in the database, use the right [table locality]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality) to locate data for optimal performance.
-
-In this tutorial, you will:
-
-1. Simulate a multi-region CockroachDB cluster on your local machine.
-1. Run a workload on the cluster using our fictional vehicle-sharing application called [MovR]({% link {{ page.version.version }}/movr.md %}).
-1. See the effects of network latency on SQL query performance in the default (non-multi-region) configuration.
-1. Configure the cluster for good multi-region performance by issuing SQL statements that choose the right [survival goals]({% link {{ page.version.version }}/multiregion-overview.md %}#survival-goals) and [table localities]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality).
-
-## Considerations
-
-This page describes a demo cluster; it does not show best practices for a production deployment. For more information about production deployments of multi-region applications, see [Orchestrate CockroachDB Across Multiple Kubernetes Clusters]({% link {{ page.version.version }}/orchestrate-cockroachdb-with-kubernetes-multi-cluster.md %}) and the [Production Checklist]({% link {{ page.version.version }}/recommended-production-settings.md %}).
-
-Because the instructions on this page describe how to simulate a multi-region cluster on a single machine, the absolute performance numbers described below are not reflective of [the performance you can expect of single-point reads and writes against CockroachDB in a production setting]({% link {{ page.version.version }}/frequently-asked-questions.md %}#single-row-perf). Instead, the instructions are designed with the following goals:
-
-- To show the _relative_ magnitude of the performance improvements to expect when you configure a multi-region cluster correctly.
-- To be as easy to try as possible with minimal configuration and setup.
-
-## Before you begin
-
-Make sure you have:
-
-- [A basic understanding of the MovR application](#a-basic-understanding-of-the-movr-application)
-- [Docker](https://www.docker.com) installed on the local machine
-
-### A basic understanding of the MovR application
-
-The workload you'll run against the cluster is our open-source, fictional, peer-to-peer vehicle-sharing app, [MovR]({% link {{ page.version.version }}/movr.md %}). Each instance represents users in a specific region:
-
-- `europe-west1`, covering the cities of Amsterdam, Paris, and Rome.
-- `us-east1`, covering the cities of New York, Boston, and Washington, D.C.
-- `us-west1`, covering the cities of Los Angeles, San Francisco, and Seattle.
-
-#### The MovR schema
-
-{% include {{ page.version.version }}/misc/movr-schema.md %}
-
-All of the tables except `promo_codes` have a composite primary key of `city` and `id`, in that order. This means that the rows in these tables are ordered by their geography. These tables are read from and written to very frequently. To keep read and write latency low, you'll use the [`REGIONAL BY ROW` table locality pattern]({% link {{ page.version.version }}/table-localities.md %}#regional-by-row-tables) for these tables.
-
-The data in the `promo_codes` table is different: it is not tied to geography, and it is rarely updated. This type of table is often referred to as a "reference table" or "lookup table". In this case, you'll use the [Global table locality pattern]({% link {{ page.version.version }}/table-localities.md %}#global-tables) to keep read latencies low.
-
-For a description of the sequence of SQL statements issued by the MovR application in response to user actions, see [How the MovR application works]({% link {{ page.version.version }}/movr.md %}#how-the-movr-application-works).
-
-## Step 1. Simulate a multi-region cluster
-
-{% include {{page.version.version}}/sql/start-a-multi-region-demo-cluster.md %}
-
-To verify that the simulated latencies are working as expected, check the [Network Latency Page]({% link {{ page.version.version }}/ui-network-latency-page.md %}) in the DB Console. Round trip times between `us-west1` and `europe-west1` should be in the 150 ms range.
-
-## Step 2. Determine node locations
-
-To determine which nodes are in which regions, you will need to refer to two (2) things:
-
-1. The output of the `\demo ls` from the SQL shell, which shows the TCP ports on the local machine that we will connect to from the MovR application.
-1. The node IDs shown on the **Network Latency Page**.
-
-Here is the output of `\demo ls` from the SQL shell.
-
-{% include_cached copy-clipboard.html %}
-~~~
-> \demo ls
-~~~
-
-~~~
-node 1:
- (webui) http://127.0.0.1:8080/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26257?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26257
-
-node 2:
- (webui) http://127.0.0.1:8081/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26258?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26258
-
-node 3:
- (webui) http://127.0.0.1:8082/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26259?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26259
-
-node 4:
- (webui) http://127.0.0.1:8083/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26260?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26260
-
-node 5:
- (webui) http://127.0.0.1:8084/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26261?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26261
-
-node 6:
- (webui) http://127.0.0.1:8085/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26262?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26262
-
-node 7:
- (webui) http://127.0.0.1:8086/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26263?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26263
-
-node 8:
- (webui) http://127.0.0.1:8087/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26264?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26264
-
-node 9:
- (webui) http://127.0.0.1:8088/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26265?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26265
-~~~
-
-And here is the view on the **Network Latency Page**, which shows which nodes are in which cluster regions:
-
-
-
-You can see by referring back and forth between `\demo ls` and the **Network Latency Page** that the cluster has the following region/node/port correspondences, which we can use to determine how to connect MovR from various regions:
-
-| Node ID | Region | Port on localhost |
-|---------+--------------+-------------------|
-| N2 | europe-west1 | 26263 |
-| N5 | europe-west1 | 26264 |
-| N7 | europe-west1 | 26265 |
-| N4 | us-west1 | 26262 |
-| N6 | us-west1 | 26260 |
-| N9 | us-west1 | 26261 |
-| N1 | us-east1 | 26257 |
-| N3 | us-east1 | 26259 |
-| N8 | us-east1 | 26258 |
-
-## Step 3. Load and run MovR
-
-Follow these steps to start 3 instances of MovR. Each instance is pointed at a node in a different region. This will simulate load from that region.
-
-1. In the SQL shell, create the `movr` database:
-
- {% include_cached copy-clipboard.html %}
- ~~~ sql
- CREATE DATABASE IF NOT EXISTS movr;
- ~~~
-
-1. Open a second terminal and run the command below to populate the MovR data set. The options are mostly self-explanatory. We limit the application to 1 thread because using multiple threads quickly overloads this small demo cluster's ability to ingest data. As a result, loading the data takes about 90 seconds on a fast laptop.
-
- {% include_cached copy-clipboard.html %}
- ~~~ shell
- docker run -it --rm cockroachdb/movr:20.11.1 \
- --app-name "movr-load" \
- --url "postgres://root@docker.for.mac.localhost:26257/movr?sslmode=disable" \
- --num-threads 1 \
- load \
- --num-users 100 \
- --num-rides 100 \
- --num-vehicles 10 \
- --city "boston" \
- --city "new york" \
- --city "washington dc" \
- --city="amsterdam" \
- --city="paris" \
- --city="rome" \
- --city="los angeles" \
- --city="san francisco" \
- --city="seattle"
- ~~~
-
- ~~~
- [INFO] (MainThread) connected to movr database @ postgres://root@docker.for.mac.localhost:26257/movr?sslmode=disable
- [INFO] (MainThread) Loading single region MovR
- [INFO] (MainThread) initializing tables
- [INFO] (MainThread) loading cities ['boston', 'new york', 'washington dc', 'amsterdam', 'paris', 'rome', 'los angeles', 'san francisco', 'seattle']
- [INFO] (MainThread) loading movr data with ~100 users, ~10 vehicles, ~100 rides, ~1000 histories, and ~1000 promo codes
- [INFO] (Thread-1 ) Generating user data for boston...
- ... output snipped ...
- [INFO] (Thread-1 ) Generating 1000 promo codes...
- [INFO] (MainThread) populated 9 cities in 86.986230 seconds
- ~~~
-
-1. In the same terminal window, run the following command:
-
- {% include_cached copy-clipboard.html %}
- ~~~ shell
- docker run -it --rm cockroachdb/movr:20.11.1 \
- --app-name "movr-us-east" \
- --url "postgres://root@docker.for.mac.localhost:26257/movr?sslmode=disable" \
- run \
- --city="boston" \
- --city="new york" \
- --city="washington dc"
- ~~~
-
- ~~~
- [INFO] (MainThread) connected to movr database @ postgres://root@docker.for.mac.localhost:26257/movr?sslmode=disable
- [INFO] (MainThread) simulating movr load for cities ['boston', 'new york', 'washington dc']
- [INFO] (MainThread) warming up....
- [INFO] (MainThread) running single region queries...
- ...
- ~~~
-
-1. Open a third terminal and run the following command:
-
- {% include_cached copy-clipboard.html %}
- ~~~ shell
- docker run -it --rm cockroachdb/movr:20.11.1 \
- --app-name "movr-us-west" \
- --url "postgres://root@docker.for.mac.localhost:26260/movr?sslmode=disable" \
- run \
- --city="los angeles" \
- --city="san francisco" \
- --city="seattle"
- ~~~
-
- ~~~
- [INFO] (MainThread) connected to movr database @ postgres://root@docker.for.mac.localhost:26260/movr?sslmode=disable
- [INFO] (MainThread) simulating movr load for cities ['los angeles', 'san francisco', 'seattle']
- [INFO] (MainThread) warming up....
- [INFO] (MainThread) running single region queries...
- ~~~
-
-1. Open a fourth terminal and run the following command:
-
- {% include_cached copy-clipboard.html %}
- ~~~ shell
- docker run -it --rm cockroachdb/movr:20.11.1 \
- --app-name "movr-eu-west" \
- --url "postgres://root@docker.for.mac.localhost:26264/movr?sslmode=disable" \
- run \
- --city="amsterdam" \
- --city="paris" \
- --city="rome"
- ~~~
-
- ~~~
- [INFO] (MainThread) connected to movr database @ postgres://root@docker.for.mac.localhost:26264/movr?sslmode=disable
- [INFO] (MainThread) simulating movr load for cities ['amsterdam', 'paris', 'rome']
- [INFO] (MainThread) warming up....
- [INFO] (MainThread) running single region queries...
- ...
- ~~~
-
-## Step 4. Check service latency
-
-Now that you have load hitting the cluster from different regions, check how the service latencies look before you do any multi-region configuration from SQL. This is the "before" case in the "before and after".
-
-In the [DB Console]({% link {{ page.version.version }}/ui-overview.md %}) at http://127.0.0.1:8080, click [**Metrics**]({% link {{ page.version.version }}/ui-overview-dashboard.md %}) on the left and hover over the [**Service Latency: SQL, 99th percentile**]({% link {{ page.version.version }}/ui-overview-dashboard.md %}#service-latency-sql-99th-percentile) timeseries graph. You should see the effects of network latency on this workload.
-
-
-
-For each of the 3 nodes that you are pointing the movr workload at, the max latency of 99% of queries are in the 1-2 seconds range. The SQL latency is high because of the network latency between regions.
-
-To see the network latency between any two nodes in the cluster, click [**Network Latency**]({% link {{ page.version.version }}/ui-network-latency-page.md %}) in the left-hand navigation.
-
-
-
-Within a single region, round-trip latency is under 6 ms (milliseconds). Across regions, round-trip latency is significantly higher.
-
-For example:
-
-- Round-trip latency between **N2** in `europe-west1` and **N3** in `us-east1` is 87 ms.
-- Round-trip latency between **N2** in `europe-west1` and **N4** in `us-west1` is 196 ms.
-
-## Step 5. Execute multi-region SQL statements
-
-The following SQL statements will configure:
-
-- [The database's available regions](#configure-database-regions).
-- [Which data should be optimized for access from which region](#configure-table-localities).
-
-This information is necessary so that CockroachDB can move data around to optimize access to particular data from particular regions. The main focus is reducing latency in a global deployment. For more information about how this works at a high level, see the [Multi-Region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %}).
-
-{{site.data.alerts.callout_info}}
-The following `ALTER` statements will take some seconds to run, since the cluster is under load.
-{{site.data.alerts.end}}
-
-### Configure database regions
-
-Back in the SQL shell, switch to the `movr` database:
-
-{% include_cached copy-clipboard.html %}
-~~~ sql
-USE movr;
-~~~
-
-{% include {{page.version.version}}/sql/multiregion-movr-add-regions.md %}
-
-### Configure table localities
-
-#### Configure GLOBAL tables
-
-As mentioned earlier, all of the tables except `promo_codes` are geographically specific.
-
-{% include {{page.version.version}}/sql/multiregion-movr-global.md %}
-
-#### Configure REGIONAL BY ROW tables
-
-{% include {{page.version.version}}/sql/multiregion-movr-regional-by-row.md %}
-
-## Step 6. Re-check service latency
-
-As the multi-region schema changes complete, you should see changes to the following metrics:
-
-- **SQL Queries**: This number should go up, since the cluster can service more load due to better performance (due to better data locality and lower latency). In this particular run, **the QPS has almost doubled, from 87 to 164**.
-- **Service Latency: SQL, 99th percentile**: In general, even on a small demo cluster like this, the P99 latency should drop and also get less spiky over time, as schema changes finish and data is moved around. For this particular run, **the P99 latency has dropped from ~1200 ms to ~870 ms, an over 25% improvement**.
-- **Replicas per Node**: This will increase, since the data needs to be spread across more nodes in order to service the multi-region workload appropriately. There is nothing you need to do about this, except to note that it happens, and is required for CockroachDB's improved multi-region performance features to work.
-
-{{site.data.alerts.callout_info}}
-The small demo cluster used in this example is essentially in a state of overload from the start. The performance numbers shown here only reflect the direction of the performance improvements. You should expect to see much better absolute performance numbers than those described here [in a production deployment]({% link {{ page.version.version }}/recommended-production-settings.md %}).
-{{site.data.alerts.end}}
-
-
-
-## See also
-
-- [Multi-Region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %})
-- [How to Choose a Multi-Region Configuration]({% link {{ page.version.version }}/choosing-a-multi-region-configuration.md %})
-- [When to Use `ZONE` vs. `REGION` Survival Goals]({% link {{ page.version.version }}/multiregion-survival-goals.md %}#when-to-use-zone-vs-region-survival-goals)
-- [When to Use `REGIONAL` vs. `GLOBAL` Tables]({% link {{ page.version.version }}/table-localities.md %}#when-to-use-regional-vs-global-tables)
-- [Migrate to Multi-Region SQL]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %})
-- [Secondary regions]({% link {{ page.version.version }}/multiregion-overview.md %}#secondary-regions)
-- [`SET SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#set-secondary-region)
-- [`DROP SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#drop-secondary-region)
-- [Reads and Writes in CockroachDB]({% link {{ page.version.version }}/architecture/reads-and-writes-overview.md %})
-- [Install CockroachDB]({% link {{ page.version.version }}/install-cockroachdb.md %})
diff --git a/src/current/v26.1/file-an-issue.md b/src/current/v26.1/file-an-issue.md
deleted file mode 100644
index 9255e2c08b2..00000000000
--- a/src/current/v26.1/file-an-issue.md
+++ /dev/null
@@ -1,67 +0,0 @@
----
-title: File an Issue
-summary: Learn how to file a GitHub issue with CockroachDB.
-toc: false
-docs_area: manage
----
-
-If you've tried to [troubleshoot]({% link {{ page.version.version }}/troubleshooting-overview.md %}) an issue yourself, have [reached out for help]({% link {{ page.version.version }}/support-resources.md %}), and are still stumped, you can file an issue in GitHub.
-
-To file an issue in GitHub, we need the following information:
-
-1. A summary of the issue.
-
-1. The steps to reproduce the issue.
-
-1. The result you expected.
-
-1. The result that actually occurred.
-
-1. The first few lines of the log file from each node in the cluster in a timeframe as close as possible to reproducing the issue. On most Unix-based systems running with defaults, you can get this information using the following command:
-
- {% include_cached copy-clipboard.html %}
- ~~~ shell
- $ grep -F '[config]' cockroach-data/logs/cockroach.log
- ~~~
- {{site.data.alerts.callout_info}}You might need to replace cockroach-data/logs with the location of your logs.{{site.data.alerts.end}}
- If the logs are not available, include the output of `cockroach version` for each node in the cluster.
-
-### Template
-
-You can use this as a template for [filing an issue in GitHub](https://github.com/cockroachdb/cockroach/issues/new):
-
-~~~
-
-## Summary
-
-
-
-## Steps to reproduce
-
-1.
-2.
-3.
-
-## Expected Result
-
-
-
-## Actual Result
-
-
-
-## Log files/version
-
-### Node 1
-
-
-
-### Node 2
-
-
-
-### Node 3
-
-
-
-~~~
diff --git a/src/current/v26.1/frequently-asked-questions.md b/src/current/v26.1/frequently-asked-questions.md
index 2bac8e0ffe6..bc28ed89750 100644
--- a/src/current/v26.1/frequently-asked-questions.md
+++ b/src/current/v26.1/frequently-asked-questions.md
@@ -68,7 +68,7 @@ CockroachDB replicates your data for availability and guarantees consistency bet
- Different servers on different racks within a datacenter to tolerate rack power/network failures
- Different servers in different datacenters to tolerate large scale network or power outages
-In a CockroachDB cluster spread across multiple geographic regions, the round-trip latency between regions will have a direct effect on your database's performance. In such cases, it is important to think about the latency requirements of each table and then use the appropriate [data topologies]({% link {{ page.version.version }}/topology-patterns.md %}) to locate data for optimal performance and resiliency. For a step-by-step demonstration, see [Low Latency Multi-Region Deployment]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
+In a CockroachDB cluster spread across multiple geographic regions, the round-trip latency between regions will have a direct effect on your database's performance. In such cases, it is important to think about the latency requirements of each table and then use the appropriate [data topologies]({% link {{ page.version.version }}/topology-patterns.md %}) to locate data for optimal performance and resiliency.
**Automated Repair**
diff --git a/src/current/v26.1/global-tables.md b/src/current/v26.1/global-tables.md
index ffd7928a817..202309cf20c 100644
--- a/src/current/v26.1/global-tables.md
+++ b/src/current/v26.1/global-tables.md
@@ -61,7 +61,7 @@ To use this pattern, set the [table locality]({% link {{ page.version.version }}
~~~
{{site.data.alerts.callout_success}}
-A good way to check that your [table locality settings]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality) are having the expected effect is by monitoring how the performance metrics of a workload change as the settings are applied to a running cluster. For a tutorial showing how table localities can improve performance metrics across a multi-region cluster, see [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
+A good way to check that your [table locality settings]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality) are having the expected effect is by monitoring how the performance metrics of a workload change as the settings are applied to a running cluster.
{{site.data.alerts.end}}
## Characteristics
@@ -96,10 +96,6 @@ The value of `kv.closed_timestamp.lead_for_global_reads_override` will impact wr
- If rows in the table, and all latency-sensitive queries, can be tied to specific geographies, consider the [`REGIONAL` Table Locality Pattern]({% link {{ page.version.version }}/regional-tables.md %}) pattern.
-## Tutorial
-
-For a step-by-step demonstration showing how CockroachDB's multi-region capabilities (including `GLOBAL` and `REGIONAL` tables) give you low-latency reads in a distributed cluster, see the tutorial on [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
-
## See also
{% include {{ page.version.version }}/topology-patterns/see-also.md %}
diff --git a/src/current/v26.1/index.md b/src/current/v26.1/index.md
index 5c612ce3c0d..ee5277a0a6a 100644
--- a/src/current/v26.1/index.md
+++ b/src/current/v26.1/index.md
@@ -79,7 +79,6 @@ docs_area:
-
-## Step 7. Allocate partitions
-
-Before running the benchmark, it's important to allocate partitions to workload binaries properly to ensure that the cluster is balanced.
-
-1. Create an `addrs` file containing connection strings to all 81 CockroachDB nodes:
-
- ~~~
- postgres://root@
-
-| Metric | CockroachDB 19.2 | CockroachDB 21.1 |
-|-------------------------------------------------+------------------+------------------|
-| Max warehouses with max efficiency (warehouses) | 100,000 | 140,000 |
-| Max throughput (tpmC) | 1,245,462 | 1,684,437 |
-| Efficiency (%) | 98.81 | 95.45 |
-| Max number of rows (billion) | 49.8 | 69.7 |
-| Max unreplicated data (TB) | 8 | 11.2 |
-| Number of nodes | 81 | 81 |
-
-### Linear scaling
-
-CockroachDB has **no theoretical scaling limit** and, in practice, can achieve near-linear performance at 256 nodes. Because the TPC-C results reflect leaps in scale, to test linear scaling, Cockroach Labs ran a simple benchmark named KV 95 (95% point reads, 5% point writes, all uniformly distributed) on AWS `c5d.4xlarge` machines:
-
-
-
-This chart shows that adding nodes increases throughput linearly while holding p50 and p99 latency constant. The concurrency for each scale was chosen to optimize throughput while maintaining an acceptable latency and can be observed in the following table.
-
-| Number of nodes | Workers | Concurrency |
-|-----------------+---------+-------------|
-| 16 | 2 | 512 |
-| 32 | 4 | 512 |
-| 64 | 4 | 1024 |
-| 128 | 8 | 1024 |
-| 256 | 8 | 2048 |
-
-## Throughput
-
-Cockroach Labs believes TPC-C provides the most realistic and objective measure for OLTP throughput. In the real world, applications generate transactional workloads that consist of a combination of reads and writes, possibly with concurrency and likely without all data being loaded into memory. Approach benchmark results quoted in QPS with caution, because anything as simple as a “query” is unlikely to be representative of the workload you need to run in practice.
-
-## Latency
-
-CockroachDB returns single-row **reads in 1 ms** and processes single-row **writes in 2 ms** within a single availability zone. As you expand out to multiple availability zones or multiple regions, latency can increase due to distance and the limitation of the speed of light.
-
-For benchmarking latency, again, Cockroach Labs believes TPC-C provides the most realistic and objective measure, since it encompasses the latency distribution, including tail performance.
-
-CockroachDB provides a number of important tuning practices for both single-region and multi-region deployments, including [secondary indexes]({% link {{ page.version.version }}/indexes.md %}) and various [data topologies]({% link {{ page.version.version }}/topology-patterns.md %}) to achieve low latency.
-
-## Benchmark details
-
-### TPC-C
-
-Cockroach Labs measures performance through many diverse tests, including the [industry-standard OLTP benchmark TPC-C](http://www.tpc.org/tpcc/), which simulates an e-commerce or retail company. Created in 1992, TPC-C has withstood the test of time and remains the most mature industry benchmark for OLTP workloads, and **the only objective comparison for evaluating OLTP performance**. In its own words, TPC-C:
-
->“…involves a mix of five concurrent transactions of different types and complexity either executed on-line or queued for deferred execution. The database is comprised of nine types of tables with a wide range of record and population sizes. While the benchmark portrays the activity of a wholesale supplier, TPC-C is not limited to the activity of any particular business segment, but, rather represents any industry that must manage, sell, or distribute a product or service.”
-
-As a result, TPC-C includes create, read, update, and delete (e.g., CRUD) queries, basic joins, and other SQL statements used to administer mission-critical transactional workloads. It includes detailed specifications for concurrency and workload [contention]({% link {{ page.version.version }}/performance-best-practices-overview.md %}#transaction-contention).
-
-#### How TPC-C works
-
-TPC-C measures the throughput and latency for processing sales through a customer warehouse using a “business throughput” metric called **tpmC** that measures the number of order transactions performed per minute throughout the system. This metric is considerably more realistic than TPS (transactions per second) or QPS (queries per second) alone because it summarizes multiple transactions per order and accounts for failed transactions. TPC-C also has several latency requirements that apply to median, p90, and max latencies.
-
-TPC-C specifies restrictions on the maximum throughput achievable per warehouse. This is done to ensure that as a system becomes progressively more capable of throughput, it must also deal with progressively more data. This is how things work in the real world, and it makes little sense to say that your database can process a bazillion transactions per second if it’s processing the same data over and over again.
-
-Because TPC-C is constrained to a maximum amount of throughput per warehouse, we often discuss TPC-C performance as the **maximum number of warehouses for which a database can maintain the maximum throughput per minute.** For a full description of the benchmark, see [TPC BENCHMARK™ C Standard Specification Revision 5.11](http://www.tpc.org/tpc_documents_current_versions/pdf/tpc-c_v5.11.0.pdf).
-
-## Performance limitations
-
-CockroachDB has no theoretical limitations to scaling, throughput, latency, or concurrency other than the speed of light.
-
-## See also
-
-- Hardware
-
- CockroachDB works well on commodity hardware in public cloud, private cloud, on-prem, and hybrid environments. For hardware recommendations, see our [Production Checklist]({% link {{ page.version.version }}/recommended-production-settings.md %}#hardware).
-
-- Performance tuning
-
- For guidance on tuning a real workload's performance, see [SQL Best Practices]({% link {{ page.version.version }}/performance-best-practices-overview.md %}), and for guidance on techniques to minimize network latency in multi-region or global clusters, see [Multi-Region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %}).
-
-- TPC-C replication instructions
-
- For instructions showing how to replicate the TPC-C results described in this page, see [Performance Benchmarking with TPC-C]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-large.md %}).
diff --git a/src/current/v26.1/query-behavior-troubleshooting.md b/src/current/v26.1/query-behavior-troubleshooting.md
index b72f677fe65..292a4f96b04 100644
--- a/src/current/v26.1/query-behavior-troubleshooting.md
+++ b/src/current/v26.1/query-behavior-troubleshooting.md
@@ -366,7 +366,7 @@ A response of `bad connection` or `closed` normally indicates that the node to w
Once you find the node, you can check its [logs]({% link {{ page.version.version }}/logging.md %}) (stored in `cockroach-data/logs` by [default]({% link {{ page.version.version }}/configure-logs.md %}#default-logging-configuration)).
-Because this kind of behavior is unexpected, you should [file an issue]({% link {{ page.version.version }}/file-an-issue.md %}).
+Because this kind of behavior is unexpected, you should file an issue on Github.
### Log queries executed by a specific node
diff --git a/src/current/v26.1/regional-tables.md b/src/current/v26.1/regional-tables.md
index bd9a1bd3184..868e7e49e87 100644
--- a/src/current/v26.1/regional-tables.md
+++ b/src/current/v26.1/regional-tables.md
@@ -110,7 +110,7 @@ By default, all tables in a multi-region database are [regional tables](#regiona
{% include {{page.version.version}}/sql/locality-optimized-search.md %}
{{site.data.alerts.callout_success}}
-A good way to check that your [table locality settings]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality) are having the expected effect is by monitoring how the performance metrics of a workload change as the settings are applied to a running cluster. For a tutorial showing how table localities can improve performance metrics across a multi-region cluster, see [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
+A good way to check that your [table locality settings]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality) are having the expected effect is by monitoring how the performance metrics of a workload change as the settings are applied to a running cluster.
{{site.data.alerts.end}}
## Characteristics
@@ -132,10 +132,6 @@ For more information about how to choose a database survival goal, see [When to
- If rows in the table **cannot** be tied to specific geographies, reads must be up-to-date for business reasons or because the table is referenced by [foreign keys]({% link {{ page.version.version }}/foreign-key.md %}), and the table is rarely modified, consider the [`GLOBAL` Table Locality Pattern]({% link {{ page.version.version }}/global-tables.md %}).
- If your application can tolerate historical reads in some cases, consider the [Follower Reads pattern]({% link {{ page.version.version }}/topology-follower-reads.md %}).
-## Tutorial
-
-For a step-by-step demonstration showing how CockroachDB's multi-region capabilities (including [`REGIONAL BY ROW` tables](#regional-by-row-tables)) give you low-latency reads in a distributed cluster, see the tutorial on [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
-
## Demo video
If you'd prefer to watch a video on Regional Tables, check out the following video:
diff --git a/src/current/v26.1/secure-a-cluster.md b/src/current/v26.1/secure-a-cluster.md
index b4fc4e477b4..fabb95d7472 100644
--- a/src/current/v26.1/secure-a-cluster.md
+++ b/src/current/v26.1/secure-a-cluster.md
@@ -460,7 +460,7 @@ Adding capacity is as simple as starting more nodes with `cockroach start`.
- [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
- Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
-- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and JSON support({% link {{ page.version.version }}/jsonb.md %})
+- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/multiregion-overview.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and JSON support({% link {{ page.version.version }}/jsonb.md %})
You might also be interested in the following pages:
diff --git a/src/current/v26.1/show-locality.md b/src/current/v26.1/show-locality.md
index 82b2152eb80..983e50d381e 100644
--- a/src/current/v26.1/show-locality.md
+++ b/src/current/v26.1/show-locality.md
@@ -79,7 +79,6 @@ For a more extensive example, see [Create a table with node locality information
## See also
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
- [Locality]({% link {{ page.version.version }}/cockroach-start.md %}#locality)
- [Orchestrated Deployment]({% link {{ page.version.version }}/kubernetes-overview.md %})
- [Manual Deployment]({% link {{ page.version.version }}/manual-deployment.md %})
diff --git a/src/current/v26.1/show-partitions.md b/src/current/v26.1/show-partitions.md
index c7f2e8a1bbd..528853f58ad 100644
--- a/src/current/v26.1/show-partitions.md
+++ b/src/current/v26.1/show-partitions.md
@@ -237,4 +237,3 @@ If a partitioned table has no zones configured, the `SHOW CREATE TABLE` output i
- [Define Table Partitions]({% link {{ page.version.version }}/partitioning.md %})
- [SQL Statements]({% link {{ page.version.version }}/sql-statements.md %})
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
diff --git a/src/current/v26.1/simulate-a-multi-region-cluster-on-localhost.md b/src/current/v26.1/simulate-a-multi-region-cluster-on-localhost.md
index f77db92ae17..6c84c2a96da 100644
--- a/src/current/v26.1/simulate-a-multi-region-cluster-on-localhost.md
+++ b/src/current/v26.1/simulate-a-multi-region-cluster-on-localhost.md
@@ -95,6 +95,5 @@ When you're done with your demo cluster, you can wipe the cluster by typing the
- [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
- Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
- Further explore CockroachDB capabilities like:
- - [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
- [Fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %})
- [Serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %})
diff --git a/src/current/v26.1/start-a-local-cluster-in-docker-linux.md b/src/current/v26.1/start-a-local-cluster-in-docker-linux.md
index fe34cbaa255..4aca92a6ac4 100644
--- a/src/current/v26.1/start-a-local-cluster-in-docker-linux.md
+++ b/src/current/v26.1/start-a-local-cluster-in-docker-linux.md
@@ -37,4 +37,4 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
- Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
- [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
-- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
+- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/multiregion-overview.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
diff --git a/src/current/v26.1/start-a-local-cluster-in-docker-mac.md b/src/current/v26.1/start-a-local-cluster-in-docker-mac.md
index 8dabc54bc70..b929ec0b47f 100644
--- a/src/current/v26.1/start-a-local-cluster-in-docker-mac.md
+++ b/src/current/v26.1/start-a-local-cluster-in-docker-mac.md
@@ -34,4 +34,4 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
- Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
- [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
-- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
+- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/multiregion-overview.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
diff --git a/src/current/v26.1/start-a-local-cluster-in-docker-windows.md b/src/current/v26.1/start-a-local-cluster-in-docker-windows.md
index 97816cee25f..fc405bbc7cb 100644
--- a/src/current/v26.1/start-a-local-cluster-in-docker-windows.md
+++ b/src/current/v26.1/start-a-local-cluster-in-docker-windows.md
@@ -366,4 +366,4 @@ The CockroachDB [DB Console]({% link {{ page.version.version }}/ui-overview.md %
- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
- Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
- [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
-- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
+- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/multiregion-overview.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
diff --git a/src/current/v26.1/start-a-local-cluster.md b/src/current/v26.1/start-a-local-cluster.md
index 86ab9aa356e..ff41d45e642 100644
--- a/src/current/v26.1/start-a-local-cluster.md
+++ b/src/current/v26.1/start-a-local-cluster.md
@@ -389,4 +389,4 @@ Adding capacity is as simple as starting more nodes with `cockroach start`.
- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
- [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
- Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
-- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
+- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/multiregion-overview.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
diff --git a/src/current/v26.1/support-resources.md b/src/current/v26.1/support-resources.md
index d4ac13b822f..0474ef39a6c 100644
--- a/src/current/v26.1/support-resources.md
+++ b/src/current/v26.1/support-resources.md
@@ -13,6 +13,5 @@ If you're having an issue with CockroachDB, you can reach out for support from C
- [CockroachDB Community Forum](https://forum.cockroachlabs.com)
- [CockroachDB Community Slack](https://cockroachdb.slack.com)
- [CockroachDB in StackOverflow](http://stackoverflow.com/questions/tagged/cockroachdb)
-- [File an issue in GitHub]({% link {{ page.version.version }}/file-an-issue.md %})
We also rely on contributions from users like you. If you know how to help users who might be struggling with a problem, we hope you will!
diff --git a/src/current/v26.1/table-localities.md b/src/current/v26.1/table-localities.md
index ac711dc5030..9e84ecff1e9 100644
--- a/src/current/v26.1/table-localities.md
+++ b/src/current/v26.1/table-localities.md
@@ -66,10 +66,8 @@ Use a [`GLOBAL` table locality]({% link {{ page.version.version }}/table-localit
- [Multi-Region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %})
- [How to Choose a Multi-Region Configuration]({% link {{ page.version.version }}/choosing-a-multi-region-configuration.md %})
- [When to Use `ZONE` vs. `REGION` Survival Goals]({% link {{ page.version.version }}/multiregion-survival-goals.md %}#when-to-use-zone-vs-region-survival-goals)
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
- [Topology Patterns]({% link {{ page.version.version }}/topology-patterns.md %})
- [Disaster Recovery]({% link {{ page.version.version }}/disaster-recovery-planning.md %})
-- [Migrate to Multi-Region SQL]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %})
- [Secondary regions]({% link {{ page.version.version }}/multiregion-overview.md %}#secondary-regions)
- [`SET SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#set-secondary-region)
- [`DROP SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#drop-secondary-region)
diff --git a/src/current/v26.1/troubleshooting-overview.md b/src/current/v26.1/troubleshooting-overview.md
index e4b911aadbd..ed015771ef2 100644
--- a/src/current/v26.1/troubleshooting-overview.md
+++ b/src/current/v26.1/troubleshooting-overview.md
@@ -26,7 +26,6 @@ If you experience an issue when using CockroachDB, try these steps to resolve th
- If you cannot resolve the issue yourself, the following tools can help you move forward:
- [Support Resources]({% link {{ page.version.version }}/support-resources.md %}) identify ways you can get help with troubleshooting.
- - [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %}) provides details on how to file an issue that you're unable to resolve.
- In a support escalation, you may be directed to use the following features by the [Cockroach Labs support team]({% link {{ page.version.version }}/support-resources.md %}):
diff --git a/src/current/v26.1/ui-network-latency-page.md b/src/current/v26.1/ui-network-latency-page.md
index e3dcf18a011..29e306d34b8 100644
--- a/src/current/v26.1/ui-network-latency-page.md
+++ b/src/current/v26.1/ui-network-latency-page.md
@@ -30,7 +30,7 @@ Rows represent origin nodes, and columns represent destination nodes. Hover over
The page automatically refreshes every 30 seconds to show the most recent information.
-On a [typical multi-region cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}), you can expect much lower latencies between nodes in the same region/availability zone. Nodes in different regions/availability zones, meanwhile, will experience higher latencies that reflect their geographical distribution.
+On a [typical multi-region cluster]({% link {{ page.version.version }}/multiregion-overview.md %}), you can expect much lower latencies between nodes in the same region/availability zone. Nodes in different regions/availability zones, meanwhile, will experience higher latencies that reflect their geographical distribution.
For instance, the cluster shown above has nodes in `us-west1`, `us-east1`, and `europe-west2`. Latencies are highest between nodes in `us-west1` and `europe-west2`, which span the greatest distance. This is especially clear when sorting by region or availability zone and collapsing nodes:
@@ -81,6 +81,4 @@ Network latency limits the performance of individual operations. You can use the
## See also
- [Topology Patterns]({% link {{ page.version.version }}/topology-patterns.md %})
-- [CockroachDB Performance]({% link {{ page.version.version }}/performance.md %}#latency)
- [Performance Tuning]({% link {{ page.version.version }}/performance-best-practices-overview.md %})
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
diff --git a/src/current/v26.2/alter-database.md b/src/current/v26.2/alter-database.md
index 278a88479b0..758aed130c8 100644
--- a/src/current/v26.2/alter-database.md
+++ b/src/current/v26.2/alter-database.md
@@ -729,7 +729,7 @@ ALTER DATABASE movr CONFIGURE ZONE USING range_min_bytes = 0, range_max_bytes =
{{site.data.alerts.callout_info}}
When you discard a zone configuration, the objects it was applied to will then inherit a configuration from an object "the next level up"; e.g., if the object whose configuration is being discarded is a table, it will use its parent database's configuration.
-You cannot `DISCARD` any zone configurations on multi-region tables, indexes, or partitions if the [multi-region abstractions]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %}#replication-zone-patterns-and-multi-region-sql-abstractions) created the zone configuration.
+You cannot `DISCARD` any zone configurations on multi-region tables, indexes, or partitions if the multi-region abstractions created the zone configuration.
{{site.data.alerts.end}}
{% include_cached copy-clipboard.html %}
@@ -1202,7 +1202,7 @@ To follow along with the examples below:
cockroach demo --global --nodes 9
~~~
-1. Set the demo cluster's [database regions]({% link {{ page.version.version }}/multiregion-overview.md %}#database-regions) and [table localities]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality) as described in [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}) (specifically, starting at [Step 5. Execute multi-region SQL statements]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}#step-5-execute-multi-region-sql-statements)).
+1. Set the demo cluster's [database regions]({% link {{ page.version.version }}/multiregion-overview.md %}#database-regions) and [table localities]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality).
1. Enable the replica placement syntax with either the [session variable]({% link {{ page.version.version }}/set-vars.md %}) or the [cluster setting]({% link {{ page.version.version }}/cluster-settings.md %}) as shown below.
diff --git a/src/current/v26.2/alter-index.md b/src/current/v26.2/alter-index.md
index ac4eb0722b6..ed21d190178 100644
--- a/src/current/v26.2/alter-index.md
+++ b/src/current/v26.2/alter-index.md
@@ -282,7 +282,7 @@ ALTER INDEX vehicles@vehicles_auto_index_fk_city_ref_users CONFIGURE ZONE USING
{{site.data.alerts.callout_info}}
When you discard a zone configuration, the objects it was applied to will then inherit a configuration from an object "the next level up"; e.g., if the object whose configuration is being discarded is a table, it will use its parent database's configuration.
-You cannot `DISCARD` any zone configurations on multi-region tables, indexes, or partitions if the [multi-region abstractions]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %}#replication-zone-patterns-and-multi-region-sql-abstractions) created the zone configuration.
+You cannot `DISCARD` any zone configurations on multi-region tables, indexes, or partitions if the [multi-region] ({% link {{ page.version.version }}/multiregion-overview.md %}) created the zone configuration.
{{site.data.alerts.end}}
{% include_cached copy-clipboard.html %}
diff --git a/src/current/v26.2/alter-table.md b/src/current/v26.2/alter-table.md
index 36b96d3f07f..e03b1ccf00c 100644
--- a/src/current/v26.2/alter-table.md
+++ b/src/current/v26.2/alter-table.md
@@ -1315,7 +1315,7 @@ Using [`ALTER PRIMARY KEY`]({% link {{ page.version.version }}/alter-table.md %}
{% include {{page.version.version}}/sql/indexes-regional-by-row.md %}
-This example assumes you have a simulated multi-region database running on your local machine following the steps described in [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}). It shows how a `UNIQUE` index is partitioned, but it's similar to how all indexes are partitioned on `REGIONAL BY ROW` tables.
+This example assumes you have a simulated multi-region database running on your local machine. It shows how a `UNIQUE` index is partitioned, but it's similar to how all indexes are partitioned on `REGIONAL BY ROW` tables.
To show how the automatic partitioning of indexes on `REGIONAL BY ROW` tables works, we will:
@@ -1335,7 +1335,7 @@ ALTER TABLE users ADD COLUMN email STRING;
ALTER TABLE users ADD CONSTRAINT user_email_unique UNIQUE (email);
~~~
-Next, issue the [`SHOW INDEXES`]({% link {{ page.version.version }}/show-index.md %}) statement. You will see that [the implicit region column](#set-the-table-locality-to-regional-by-row) that was added when the table [was converted to regional by row]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}#configure-regional-by-row-tables) is now indexed:
+Next, issue the [`SHOW INDEXES`]({% link {{ page.version.version }}/show-index.md %}) statement. You will see that [the implicit region column](#set-the-table-locality-to-regional-by-row) that was added when the table was converted to regional by row is now indexed:
{% include_cached copy-clipboard.html %}
~~~ sql
@@ -1700,7 +1700,7 @@ If the column has the [`NOT NULL` constraint]({% link {{ page.version.version }}
#### Convert to a different data type
-The [TPC-C]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-small.md %}) database has a `customer` table with a column `c_credit_lim` of type `DECIMAL(10,2)`:
+The TPC-C database has a `customer` table with a column `c_credit_lim` of type `DECIMAL(10,2)`:
{% include_cached copy-clipboard.html %}
~~~ sql
@@ -1740,7 +1740,7 @@ To change the data type from `DECIMAL` to `STRING`:
#### Change a column type's precision
-The [TPC-C]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-small.md %}) `customer` table contains a column `c_balance` of type `DECIMAL(12,2)`:
+The TPC-C `customer` table contains a column `c_balance` of type `DECIMAL(12,2)`:
{% include_cached copy-clipboard.html %}
~~~ sql
@@ -2896,7 +2896,7 @@ ALTER TABLE {table} ALTER COLUMN crdb_region SET ON UPDATE rehome_row()::db.publ
##### Example
-1. Follow steps 1 and 2 from the [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}) tutorial. This will involve starting a [`cockroach demo`]({% link {{ page.version.version }}/cockroach-demo.md %}) cluster in a terminal window (call it _terminal 1_).
+1. Start a [`cockroach demo`]({% link {{ page.version.version }}/cockroach-demo.md %}) cluster in a terminal window (call it _terminal 1_).
1. From the [SQL client]({% link {{ page.version.version }}/cockroach-sql.md %}) running in terminal 1, set the setting that enables auto-rehoming. You must issue this setting before creating the `REGIONAL BY ROW` tables that you want auto-rehomed.
@@ -2905,7 +2905,7 @@ ALTER TABLE {table} ALTER COLUMN crdb_region SET ON UPDATE rehome_row()::db.publ
SET enable_auto_rehoming = on;
~~~
-1. In a second terminal window (call it _terminal 2_), [finish the tutorial starting from step 3]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}#step-3-load-and-run-movr) onward to finish loading the cluster with data and applying the multi-region SQL configuration.
+1. In a second terminal window (call it _terminal 2_), finish loading the cluster with data and applying the multi-region SQL configuration.
1. Switch back to terminal 1, and check the gateway region of the node you are currently connected to:
diff --git a/src/current/v26.2/choosing-a-multi-region-configuration.md b/src/current/v26.2/choosing-a-multi-region-configuration.md
index d31479987dc..1b48d1519fb 100644
--- a/src/current/v26.2/choosing-a-multi-region-configuration.md
+++ b/src/current/v26.2/choosing-a-multi-region-configuration.md
@@ -65,7 +65,6 @@ Different databases and tables within the same cluster can each use different co
- [Survive Region Outages with CockroachDB](https://www.cockroachlabs.com/blog/under-the-hood-multi-region/)
- [Topology Patterns]({% link {{ page.version.version }}/topology-patterns.md %})
- [Disaster Recovery]({% link {{ page.version.version }}/disaster-recovery-planning.md %})
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
- [Secondary regions]({% link {{ page.version.version }}/multiregion-overview.md %}#secondary-regions)
- [`SET SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#set-secondary-region)
- [`DROP SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#drop-secondary-region)
diff --git a/src/current/v26.2/cluster-setup-troubleshooting.md b/src/current/v26.2/cluster-setup-troubleshooting.md
index e7c16577c14..d952f1af609 100644
--- a/src/current/v26.2/cluster-setup-troubleshooting.md
+++ b/src/current/v26.2/cluster-setup-troubleshooting.md
@@ -91,7 +91,7 @@ You should see a list of the built-in databases:
If you’re not seeing the output above, check for the following:
- `connection refused` error, which indicates you have not included some flag that you used to start the node. We have additional troubleshooting steps for this error [here]({% link {{ page.version.version }}/common-errors.md %}#connection-refused).
-- The node crashed. To ascertain if the node crashed, run `ps | grep cockroach` to look for the `cockroach` process. If you cannot locate the `cockroach` process (i.e., it crashed), [file an issue]({% link {{ page.version.version }}/file-an-issue.md %}), including the [logs from your node]({% link {{ page.version.version }}/configure-logs.md %}#logging-directory) and any errors you received.
+- The node crashed. To ascertain if the node crashed, run `ps | grep cockroach` to look for the `cockroach` process. If you cannot locate the `cockroach` process (i.e., it crashed), file an issue in Github, including the [logs from your node]({% link {{ page.version.version }}/configure-logs.md %}#logging-directory) and any errors you received.
## Cannot run a multi-node CockroachDB cluster on the same machine
@@ -526,7 +526,7 @@ CockroachDB memory usage has the following components:
{% include {{ page.version.version }}/prod-deployment/healthy-crdb-memory.md %}
- If you observe values not within the expected range for a healthy cluster, [file an issue]({% link {{ page.version.version }}/file-an-issue.md %}).
+ If you observe values not within the expected range for a healthy cluster, file an issue in Github.
#### Out-of-memory (OOM) crash
@@ -582,7 +582,7 @@ To identify under-replicated/unavailable ranges:
1. On the [**Cluster Overview** page]({% link {{ page.version.version }}/ui-cluster-overview-page.md %}), check the **Replication Status**. If the **Under-replicated ranges** or **Unavailable ranges** count is non-zero, then you have under-replicated or unavailable ranges in your cluster.
-1. Check for a network partition: On the [**Network** page]({% link {{ page.version.version }}/ui-network-latency-page.md %}), if there are nodes in the network matrix with [no connections]({% link {{ page.version.version }}/ui-network-latency-page.md %}#no-connections), this may indicate a network partition. If there is no partition and still no upreplication after 5 minutes, then [file an issue]({% link {{ page.version.version }}/file-an-issue.md %}).
+1. Check for a network partition: On the [**Network** page]({% link {{ page.version.version }}/ui-network-latency-page.md %}), if there are nodes in the network matrix with [no connections]({% link {{ page.version.version }}/ui-network-latency-page.md %}#no-connections), this may indicate a network partition. If there is no partition and still no upreplication after 5 minutes, then file an issue in Github.
**Add nodes to the cluster:**
@@ -594,7 +594,7 @@ If you still see under-replicated/unavailable ranges on the Cluster Overview pag
1. On the [**Advanced Debug** page]({% link {{ page.version.version }}/ui-debug-pages.md %}), click **Problem Ranges**.
1. In the **Connections** table, identify the node with the under-replicated/unavailable ranges and click the node ID in the Node column.
1. To view the **Range Report** for a range, click on the range number in the **Under-replicated (or slow)** table or **Unavailable** table.
-1. On the Range Report page, scroll down to the **Simulated Allocator Output** section. The table contains an error message which explains the reason for the under-replicated range. Follow the guidance in the message to resolve the issue. If you need help understanding the error or the guidance, [file an issue]({% link {{ page.version.version }}/file-an-issue.md %}). Please be sure to include the full Range Report and error message when you submit the issue.
+1. On the Range Report page, scroll down to the **Simulated Allocator Output** section. The table contains an error message which explains the reason for the under-replicated range. Follow the guidance in the message to resolve the issue. If you need help understanding the error or the guidance, file an issue in Github. Please be sure to include the full Range Report and error message when you submit the issue.
#### Check for under-replicated or unavailable data
diff --git a/src/current/v26.2/cockroach-debug-encryption-active-key.md b/src/current/v26.2/cockroach-debug-encryption-active-key.md
index 7c1ddf7988e..80f43344ed9 100644
--- a/src/current/v26.2/cockroach-debug-encryption-active-key.md
+++ b/src/current/v26.2/cockroach-debug-encryption-active-key.md
@@ -40,6 +40,5 @@ AES128_CTR:be235c29239aa84a48e5e1874d76aebf7fb3c1bdc438cec2eb98de82f06a57a0
## See also
-- [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
- [Troubleshooting Overview]({% link {{ page.version.version }}/troubleshooting-overview.md %})
diff --git a/src/current/v26.2/cockroach-debug-encryption-decrypt.md b/src/current/v26.2/cockroach-debug-encryption-decrypt.md
index 94b88d85ba0..10b10c90ec2 100644
--- a/src/current/v26.2/cockroach-debug-encryption-decrypt.md
+++ b/src/current/v26.2/cockroach-debug-encryption-decrypt.md
@@ -57,7 +57,6 @@ The `cockroach debug encryption-decrypt` command will output the decrypted store
## See also
-- [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
- [Troubleshooting Overview]({% link {{ page.version.version }}/troubleshooting-overview.md %})
- [Support Resources]({% link {{ page.version.version }}/support-resources.md %})
diff --git a/src/current/v26.2/cockroach-debug-job-trace.md b/src/current/v26.2/cockroach-debug-job-trace.md
index 0684f385172..eb0047826b6 100644
--- a/src/current/v26.2/cockroach-debug-job-trace.md
+++ b/src/current/v26.2/cockroach-debug-job-trace.md
@@ -70,7 +70,6 @@ You will find the zip file in the directory you ran the command from:
## See also
-- [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
- [Troubleshooting Overview]({% link {{ page.version.version }}/troubleshooting-overview.md %})
- [Support Resources]({% link {{ page.version.version }}/support-resources.md %})
diff --git a/src/current/v26.2/cockroach-debug-merge-logs.md b/src/current/v26.2/cockroach-debug-merge-logs.md
index 4ebed81dd51..8dd6c4ecd23 100644
--- a/src/current/v26.2/cockroach-debug-merge-logs.md
+++ b/src/current/v26.2/cockroach-debug-merge-logs.md
@@ -84,6 +84,5 @@ As of v23.2, logs can be configured to use a [timezone with formats `crdb-v1` or
## See also
-- [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
- [Troubleshooting Overview]({% link {{ page.version.version }}/troubleshooting-overview.md %})
diff --git a/src/current/v26.2/cockroach-debug-tsdump.md b/src/current/v26.2/cockroach-debug-tsdump.md
index a34784aef86..271855498e8 100644
--- a/src/current/v26.2/cockroach-debug-tsdump.md
+++ b/src/current/v26.2/cockroach-debug-tsdump.md
@@ -183,6 +183,5 @@ $ cockroach debug tsdump --format=raw --metrics-list-file=metrics.txt --certs-di
## See also
-- [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
- [Troubleshooting Overview]({% link {{ page.version.version }}/troubleshooting-overview.md %})
diff --git a/src/current/v26.2/cockroach-debug-zip.md b/src/current/v26.2/cockroach-debug-zip.md
index 364ce9fc4ce..7c86e0071bb 100644
--- a/src/current/v26.2/cockroach-debug-zip.md
+++ b/src/current/v26.2/cockroach-debug-zip.md
@@ -286,6 +286,5 @@ cockroach debug zip ./cockroach-data/logs/debug.zip --redact --insecure --host=2
## See also
-- [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
- [Troubleshooting Overview]({% link {{ page.version.version }}/troubleshooting-overview.md %})
diff --git a/src/current/v26.2/cockroach-demo.md b/src/current/v26.2/cockroach-demo.md
index 029d2f0c252..47257c7f236 100644
--- a/src/current/v26.2/cockroach-demo.md
+++ b/src/current/v26.2/cockroach-demo.md
@@ -489,8 +489,6 @@ This command starts a 9-node demo cluster with the `movr` database preloaded and
The `--global` flag is an experimental feature of `cockroach demo`. The interface and output are subject to change.
{{site.data.alerts.end}}
-For a tutorial that uses a demo cluster to demonstrate CockroachDB's multi-region capabilities, see [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
-
### Add, shut down, and restart nodes in a multi-node demo cluster
In a multi-node demo cluster, you can use `\demo` [shell commands](#commands) to add, shut down, restart, decommission, and recommission individual nodes.
diff --git a/src/current/v26.2/cockroach-start.md b/src/current/v26.2/cockroach-start.md
index 831f0a9e449..89e6e23c4c0 100644
--- a/src/current/v26.2/cockroach-start.md
+++ b/src/current/v26.2/cockroach-start.md
@@ -449,7 +449,7 @@ $ cockroach init \
### Start a multi-region cluster
-In this example we will start a multi-node [local cluster]({% link {{ page.version.version }}/start-a-local-cluster.md %}) with a multi-region setup that uses the same regions (passed to the [`--locality`](#locality) flag) as the [multi-region MovR demo application]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
+In this example we will start a multi-node [local cluster]({% link {{ page.version.version }}/start-a-local-cluster.md %}) with a multi-region setup that uses the same regions (passed to the [`--locality`](#locality) flag) as the multi-region MovR demo application.
1. Start a node in the `us-east1` region:
@@ -518,8 +518,6 @@ In this example we will start a multi-node [local cluster]({% link {{ page.versi
For more information about running CockroachDB multi-region, see the [Multi-region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %}).
-For a more advanced example showing how to run a simulated workload on a multi-region CockroachDB cluster on your local machine, see [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
-
{{site.data.alerts.callout_info}}
For more information about the `--locality` flag, see [Locality](#locality).
{{site.data.alerts.end}}
diff --git a/src/current/v26.2/cockroach-workload.md b/src/current/v26.2/cockroach-workload.md
index 439d4b7f423..6ad72918b82 100644
--- a/src/current/v26.2/cockroach-workload.md
+++ b/src/current/v26.2/cockroach-workload.md
@@ -674,4 +674,3 @@ To customize the frequency of per-operation statistics, use the `--display-every
- [`cockroach demo`]({% link {{ page.version.version }}/cockroach-demo.md %})
- [`cockroach` Commands Overview]({% link {{ page.version.version }}/cockroach-commands.md %})
-- [Performance Benchmarking with TPC-C]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-small.md %})
diff --git a/src/current/v26.2/data-domiciling.md b/src/current/v26.2/data-domiciling.md
index fa3af83438e..2c9c66e013e 100644
--- a/src/current/v26.2/data-domiciling.md
+++ b/src/current/v26.2/data-domiciling.md
@@ -138,7 +138,7 @@ ALTER DATABASE movr ADD REGION "us-west1";
Next, check the [critical nodes status endpoint](monitoring-and-alerting.html#critical-nodes-endpoint) to see which ranges are still not in compliance with your desired domiciling: that data on EU-based entities (users, etc.) does not leave EU-based nodes.
-On a small demo cluster like this one, the data movement from the previous step should finish quickly; on larger clusters, the rebalancing process may take longer. For more information about the performance considerations of rebalancing data in multi-region clusters, see [Performance considerations](migrate-to-multiregion-sql.html#performance-considerations).
+On a small demo cluster like this one, the data movement from the previous step should finish quickly; on larger clusters, the rebalancing process may take longer.
With the default settings, you should expect some replicas in the cluster to be violating this constraint. Those replicas will appear in the `violatingConstraints` field of the output.
@@ -436,9 +436,7 @@ Using CockroachDB as part of your approach to data domiciling has several limita
## See also
- [How to Choose a Multi-region Configuration]({% link {{ page.version.version }}/choosing-a-multi-region-configuration.md %})
-- [Migrate to Multi-Region SQL]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %})
- [Multi-Region Overview]({% link {{ page.version.version }}/multiregion-overview.md %})
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
- [Multi-Region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %})
- [Reads and Writes in CockroachDB]({% link {{ page.version.version }}/architecture/reads-and-writes-overview.md %})
- [When to Use `REGIONAL` vs. `GLOBAL` Tables]({% link {{ page.version.version }}/table-localities.md %}#when-to-use-regional-vs-global-tables)
diff --git a/src/current/v26.2/demo-low-latency-multi-region-deployment.md b/src/current/v26.2/demo-low-latency-multi-region-deployment.md
deleted file mode 100644
index 9b49ef35c12..00000000000
--- a/src/current/v26.2/demo-low-latency-multi-region-deployment.md
+++ /dev/null
@@ -1,330 +0,0 @@
----
-title: Low Latency Reads and Writes in a Multi-Region Cluster
-summary: Use data topologies to get low-latency reads and writes in a multi-region CockroachDB cluster.
-toc: true
-toc_not_nested: true
-key: demo-geo-partitioning.html
-docs_area:
----
-
-CockroachDB multi-region capabilities make it easier to run global applications. For an overview of these capabilities, see [Multi-Region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %}).
-
-In multi-region clusters, the distribution of data becomes a performance consideration. This makes it important to think about the [survival goals]({% link {{ page.version.version }}/multiregion-overview.md %}#survival-goals) of each database. Then, for each table in the database, use the right [table locality]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality) to locate data for optimal performance.
-
-In this tutorial, you will:
-
-1. Simulate a multi-region CockroachDB cluster on your local machine.
-1. Run a workload on the cluster using our fictional vehicle-sharing application called [MovR]({% link {{ page.version.version }}/movr.md %}).
-1. See the effects of network latency on SQL query performance in the default (non-multi-region) configuration.
-1. Configure the cluster for good multi-region performance by issuing SQL statements that choose the right [survival goals]({% link {{ page.version.version }}/multiregion-overview.md %}#survival-goals) and [table localities]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality).
-
-## Considerations
-
-This page describes a demo cluster; it does not show best practices for a production deployment. For more information about production deployments of multi-region applications, see [Orchestrate CockroachDB Across Multiple Kubernetes Clusters]({% link {{ page.version.version }}/orchestrate-cockroachdb-with-kubernetes-multi-cluster.md %}) and the [Production Checklist]({% link {{ page.version.version }}/recommended-production-settings.md %}).
-
-Because the instructions on this page describe how to simulate a multi-region cluster on a single machine, the absolute performance numbers described below are not reflective of [the performance you can expect of single-point reads and writes against CockroachDB in a production setting]({% link {{ page.version.version }}/frequently-asked-questions.md %}#single-row-perf). Instead, the instructions are designed with the following goals:
-
-- To show the _relative_ magnitude of the performance improvements to expect when you configure a multi-region cluster correctly.
-- To be as easy to try as possible with minimal configuration and setup.
-
-## Before you begin
-
-Make sure you have:
-
-- [A basic understanding of the MovR application](#a-basic-understanding-of-the-movr-application)
-- [Docker](https://www.docker.com) installed on the local machine
-
-### A basic understanding of the MovR application
-
-The workload you'll run against the cluster is our open-source, fictional, peer-to-peer vehicle-sharing app, [MovR]({% link {{ page.version.version }}/movr.md %}). Each instance represents users in a specific region:
-
-- `europe-west1`, covering the cities of Amsterdam, Paris, and Rome.
-- `us-east1`, covering the cities of New York, Boston, and Washington, D.C.
-- `us-west1`, covering the cities of Los Angeles, San Francisco, and Seattle.
-
-#### The MovR schema
-
-{% include {{ page.version.version }}/misc/movr-schema.md %}
-
-All of the tables except `promo_codes` have a composite primary key of `city` and `id`, in that order. This means that the rows in these tables are ordered by their geography. These tables are read from and written to very frequently. To keep read and write latency low, you'll use the [`REGIONAL BY ROW` table locality pattern]({% link {{ page.version.version }}/table-localities.md %}#regional-by-row-tables) for these tables.
-
-The data in the `promo_codes` table is different: it is not tied to geography, and it is rarely updated. This type of table is often referred to as a "reference table" or "lookup table". In this case, you'll use the [Global table locality pattern]({% link {{ page.version.version }}/table-localities.md %}#global-tables) to keep read latencies low.
-
-For a description of the sequence of SQL statements issued by the MovR application in response to user actions, see [How the MovR application works]({% link {{ page.version.version }}/movr.md %}#how-the-movr-application-works).
-
-## Step 1. Simulate a multi-region cluster
-
-{% include {{page.version.version}}/sql/start-a-multi-region-demo-cluster.md %}
-
-To verify that the simulated latencies are working as expected, check the [Network Latency Page]({% link {{ page.version.version }}/ui-network-latency-page.md %}) in the DB Console. Round trip times between `us-west1` and `europe-west1` should be in the 150 ms range.
-
-## Step 2. Determine node locations
-
-To determine which nodes are in which regions, you will need to refer to two (2) things:
-
-1. The output of the `\demo ls` from the SQL shell, which shows the TCP ports on the local machine that we will connect to from the MovR application.
-1. The node IDs shown on the **Network Latency Page**.
-
-Here is the output of `\demo ls` from the SQL shell.
-
-{% include_cached copy-clipboard.html %}
-~~~
-> \demo ls
-~~~
-
-~~~
-node 1:
- (webui) http://127.0.0.1:8080/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26257?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26257
-
-node 2:
- (webui) http://127.0.0.1:8081/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26258?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26258
-
-node 3:
- (webui) http://127.0.0.1:8082/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26259?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26259
-
-node 4:
- (webui) http://127.0.0.1:8083/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26260?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26260
-
-node 5:
- (webui) http://127.0.0.1:8084/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26261?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26261
-
-node 6:
- (webui) http://127.0.0.1:8085/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26262?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26262
-
-node 7:
- (webui) http://127.0.0.1:8086/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26263?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26263
-
-node 8:
- (webui) http://127.0.0.1:8087/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26264?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26264
-
-node 9:
- (webui) http://127.0.0.1:8088/demologin?password=demo76950&username=demo
- (sql) postgres://demo:demo76950@127.0.0.1:26265?sslmode=require
- (sql/unix) postgres://demo:demo76950@?host=%2Fvar%2Ffolders%2Fc8%2Fb_q93vjj0ybfz0fz0z8vy9zc0000gp%2FT%2Fdemo070856957&port=26265
-~~~
-
-And here is the view on the **Network Latency Page**, which shows which nodes are in which cluster regions:
-
-
-
-You can see by referring back and forth between `\demo ls` and the **Network Latency Page** that the cluster has the following region/node/port correspondences, which we can use to determine how to connect MovR from various regions:
-
-| Node ID | Region | Port on localhost |
-|---------+--------------+-------------------|
-| N2 | europe-west1 | 26263 |
-| N5 | europe-west1 | 26264 |
-| N7 | europe-west1 | 26265 |
-| N4 | us-west1 | 26262 |
-| N6 | us-west1 | 26260 |
-| N9 | us-west1 | 26261 |
-| N1 | us-east1 | 26257 |
-| N3 | us-east1 | 26259 |
-| N8 | us-east1 | 26258 |
-
-## Step 3. Load and run MovR
-
-Follow these steps to start 3 instances of MovR. Each instance is pointed at a node in a different region. This will simulate load from that region.
-
-1. In the SQL shell, create the `movr` database:
-
- {% include_cached copy-clipboard.html %}
- ~~~ sql
- CREATE DATABASE IF NOT EXISTS movr;
- ~~~
-
-1. Open a second terminal and run the command below to populate the MovR data set. The options are mostly self-explanatory. We limit the application to 1 thread because using multiple threads quickly overloads this small demo cluster's ability to ingest data. As a result, loading the data takes about 90 seconds on a fast laptop.
-
- {% include_cached copy-clipboard.html %}
- ~~~ shell
- docker run -it --rm cockroachdb/movr:20.11.1 \
- --app-name "movr-load" \
- --url "postgres://root@docker.for.mac.localhost:26257/movr?sslmode=disable" \
- --num-threads 1 \
- load \
- --num-users 100 \
- --num-rides 100 \
- --num-vehicles 10 \
- --city "boston" \
- --city "new york" \
- --city "washington dc" \
- --city="amsterdam" \
- --city="paris" \
- --city="rome" \
- --city="los angeles" \
- --city="san francisco" \
- --city="seattle"
- ~~~
-
- ~~~
- [INFO] (MainThread) connected to movr database @ postgres://root@docker.for.mac.localhost:26257/movr?sslmode=disable
- [INFO] (MainThread) Loading single region MovR
- [INFO] (MainThread) initializing tables
- [INFO] (MainThread) loading cities ['boston', 'new york', 'washington dc', 'amsterdam', 'paris', 'rome', 'los angeles', 'san francisco', 'seattle']
- [INFO] (MainThread) loading movr data with ~100 users, ~10 vehicles, ~100 rides, ~1000 histories, and ~1000 promo codes
- [INFO] (Thread-1 ) Generating user data for boston...
- ... output snipped ...
- [INFO] (Thread-1 ) Generating 1000 promo codes...
- [INFO] (MainThread) populated 9 cities in 86.986230 seconds
- ~~~
-
-1. In the same terminal window, run the following command:
-
- {% include_cached copy-clipboard.html %}
- ~~~ shell
- docker run -it --rm cockroachdb/movr:20.11.1 \
- --app-name "movr-us-east" \
- --url "postgres://root@docker.for.mac.localhost:26257/movr?sslmode=disable" \
- run \
- --city="boston" \
- --city="new york" \
- --city="washington dc"
- ~~~
-
- ~~~
- [INFO] (MainThread) connected to movr database @ postgres://root@docker.for.mac.localhost:26257/movr?sslmode=disable
- [INFO] (MainThread) simulating movr load for cities ['boston', 'new york', 'washington dc']
- [INFO] (MainThread) warming up....
- [INFO] (MainThread) running single region queries...
- ...
- ~~~
-
-1. Open a third terminal and run the following command:
-
- {% include_cached copy-clipboard.html %}
- ~~~ shell
- docker run -it --rm cockroachdb/movr:20.11.1 \
- --app-name "movr-us-west" \
- --url "postgres://root@docker.for.mac.localhost:26260/movr?sslmode=disable" \
- run \
- --city="los angeles" \
- --city="san francisco" \
- --city="seattle"
- ~~~
-
- ~~~
- [INFO] (MainThread) connected to movr database @ postgres://root@docker.for.mac.localhost:26260/movr?sslmode=disable
- [INFO] (MainThread) simulating movr load for cities ['los angeles', 'san francisco', 'seattle']
- [INFO] (MainThread) warming up....
- [INFO] (MainThread) running single region queries...
- ~~~
-
-1. Open a fourth terminal and run the following command:
-
- {% include_cached copy-clipboard.html %}
- ~~~ shell
- docker run -it --rm cockroachdb/movr:20.11.1 \
- --app-name "movr-eu-west" \
- --url "postgres://root@docker.for.mac.localhost:26264/movr?sslmode=disable" \
- run \
- --city="amsterdam" \
- --city="paris" \
- --city="rome"
- ~~~
-
- ~~~
- [INFO] (MainThread) connected to movr database @ postgres://root@docker.for.mac.localhost:26264/movr?sslmode=disable
- [INFO] (MainThread) simulating movr load for cities ['amsterdam', 'paris', 'rome']
- [INFO] (MainThread) warming up....
- [INFO] (MainThread) running single region queries...
- ...
- ~~~
-
-## Step 4. Check service latency
-
-Now that you have load hitting the cluster from different regions, check how the service latencies look before you do any multi-region configuration from SQL. This is the "before" case in the "before and after".
-
-In the [DB Console]({% link {{ page.version.version }}/ui-overview.md %}) at http://127.0.0.1:8080, click [**Metrics**]({% link {{ page.version.version }}/ui-overview-dashboard.md %}) on the left and hover over the [**Service Latency: SQL, 99th percentile**]({% link {{ page.version.version }}/ui-overview-dashboard.md %}#service-latency-sql-99th-percentile) timeseries graph. You should see the effects of network latency on this workload.
-
-
-
-For each of the 3 nodes that you are pointing the movr workload at, the max latency of 99% of queries are in the 1-2 seconds range. The SQL latency is high because of the network latency between regions.
-
-To see the network latency between any two nodes in the cluster, click [**Network Latency**]({% link {{ page.version.version }}/ui-network-latency-page.md %}) in the left-hand navigation.
-
-
-
-Within a single region, round-trip latency is under 6 ms (milliseconds). Across regions, round-trip latency is significantly higher.
-
-For example:
-
-- Round-trip latency between **N2** in `europe-west1` and **N3** in `us-east1` is 87 ms.
-- Round-trip latency between **N2** in `europe-west1` and **N4** in `us-west1` is 196 ms.
-
-## Step 5. Execute multi-region SQL statements
-
-The following SQL statements will configure:
-
-- [The database's available regions](#configure-database-regions).
-- [Which data should be optimized for access from which region](#configure-table-localities).
-
-This information is necessary so that CockroachDB can move data around to optimize access to particular data from particular regions. The main focus is reducing latency in a global deployment. For more information about how this works at a high level, see the [Multi-Region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %}).
-
-{{site.data.alerts.callout_info}}
-The following `ALTER` statements will take some seconds to run, since the cluster is under load.
-{{site.data.alerts.end}}
-
-### Configure database regions
-
-Back in the SQL shell, switch to the `movr` database:
-
-{% include_cached copy-clipboard.html %}
-~~~ sql
-USE movr;
-~~~
-
-{% include {{page.version.version}}/sql/multiregion-movr-add-regions.md %}
-
-### Configure table localities
-
-#### Configure GLOBAL tables
-
-As mentioned earlier, all of the tables except `promo_codes` are geographically specific.
-
-{% include {{page.version.version}}/sql/multiregion-movr-global.md %}
-
-#### Configure REGIONAL BY ROW tables
-
-{% include {{page.version.version}}/sql/multiregion-movr-regional-by-row.md %}
-
-## Step 6. Re-check service latency
-
-As the multi-region schema changes complete, you should see changes to the following metrics:
-
-- **SQL Queries**: This number should go up, since the cluster can service more load due to better performance (due to better data locality and lower latency). In this particular run, **the QPS has almost doubled, from 87 to 164**.
-- **Service Latency: SQL, 99th percentile**: In general, even on a small demo cluster like this, the P99 latency should drop and also get less spiky over time, as schema changes finish and data is moved around. For this particular run, **the P99 latency has dropped from ~1200 ms to ~870 ms, an over 25% improvement**.
-- **Replicas per Node**: This will increase, since the data needs to be spread across more nodes in order to service the multi-region workload appropriately. There is nothing you need to do about this, except to note that it happens, and is required for CockroachDB's improved multi-region performance features to work.
-
-{{site.data.alerts.callout_info}}
-The small demo cluster used in this example is essentially in a state of overload from the start. The performance numbers shown here only reflect the direction of the performance improvements. You should expect to see much better absolute performance numbers than those described here [in a production deployment]({% link {{ page.version.version }}/recommended-production-settings.md %}).
-{{site.data.alerts.end}}
-
-
-
-## See also
-
-- [Multi-Region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %})
-- [How to Choose a Multi-Region Configuration]({% link {{ page.version.version }}/choosing-a-multi-region-configuration.md %})
-- [When to Use `ZONE` vs. `REGION` Survival Goals]({% link {{ page.version.version }}/multiregion-survival-goals.md %}#when-to-use-zone-vs-region-survival-goals)
-- [When to Use `REGIONAL` vs. `GLOBAL` Tables]({% link {{ page.version.version }}/table-localities.md %}#when-to-use-regional-vs-global-tables)
-- [Migrate to Multi-Region SQL]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %})
-- [Secondary regions]({% link {{ page.version.version }}/multiregion-overview.md %}#secondary-regions)
-- [`SET SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#set-secondary-region)
-- [`DROP SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#drop-secondary-region)
-- [Reads and Writes in CockroachDB]({% link {{ page.version.version }}/architecture/reads-and-writes-overview.md %})
-- [Install CockroachDB]({% link {{ page.version.version }}/install-cockroachdb.md %})
diff --git a/src/current/v26.2/file-an-issue.md b/src/current/v26.2/file-an-issue.md
deleted file mode 100644
index 9255e2c08b2..00000000000
--- a/src/current/v26.2/file-an-issue.md
+++ /dev/null
@@ -1,67 +0,0 @@
----
-title: File an Issue
-summary: Learn how to file a GitHub issue with CockroachDB.
-toc: false
-docs_area: manage
----
-
-If you've tried to [troubleshoot]({% link {{ page.version.version }}/troubleshooting-overview.md %}) an issue yourself, have [reached out for help]({% link {{ page.version.version }}/support-resources.md %}), and are still stumped, you can file an issue in GitHub.
-
-To file an issue in GitHub, we need the following information:
-
-1. A summary of the issue.
-
-1. The steps to reproduce the issue.
-
-1. The result you expected.
-
-1. The result that actually occurred.
-
-1. The first few lines of the log file from each node in the cluster in a timeframe as close as possible to reproducing the issue. On most Unix-based systems running with defaults, you can get this information using the following command:
-
- {% include_cached copy-clipboard.html %}
- ~~~ shell
- $ grep -F '[config]' cockroach-data/logs/cockroach.log
- ~~~
- {{site.data.alerts.callout_info}}You might need to replace cockroach-data/logs with the location of your logs.{{site.data.alerts.end}}
- If the logs are not available, include the output of `cockroach version` for each node in the cluster.
-
-### Template
-
-You can use this as a template for [filing an issue in GitHub](https://github.com/cockroachdb/cockroach/issues/new):
-
-~~~
-
-## Summary
-
-
-
-## Steps to reproduce
-
-1.
-2.
-3.
-
-## Expected Result
-
-
-
-## Actual Result
-
-
-
-## Log files/version
-
-### Node 1
-
-
-
-### Node 2
-
-
-
-### Node 3
-
-
-
-~~~
diff --git a/src/current/v26.2/frequently-asked-questions.md b/src/current/v26.2/frequently-asked-questions.md
index 2bac8e0ffe6..bc28ed89750 100644
--- a/src/current/v26.2/frequently-asked-questions.md
+++ b/src/current/v26.2/frequently-asked-questions.md
@@ -68,7 +68,7 @@ CockroachDB replicates your data for availability and guarantees consistency bet
- Different servers on different racks within a datacenter to tolerate rack power/network failures
- Different servers in different datacenters to tolerate large scale network or power outages
-In a CockroachDB cluster spread across multiple geographic regions, the round-trip latency between regions will have a direct effect on your database's performance. In such cases, it is important to think about the latency requirements of each table and then use the appropriate [data topologies]({% link {{ page.version.version }}/topology-patterns.md %}) to locate data for optimal performance and resiliency. For a step-by-step demonstration, see [Low Latency Multi-Region Deployment]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
+In a CockroachDB cluster spread across multiple geographic regions, the round-trip latency between regions will have a direct effect on your database's performance. In such cases, it is important to think about the latency requirements of each table and then use the appropriate [data topologies]({% link {{ page.version.version }}/topology-patterns.md %}) to locate data for optimal performance and resiliency.
**Automated Repair**
diff --git a/src/current/v26.2/global-tables.md b/src/current/v26.2/global-tables.md
index ffd7928a817..202309cf20c 100644
--- a/src/current/v26.2/global-tables.md
+++ b/src/current/v26.2/global-tables.md
@@ -61,7 +61,7 @@ To use this pattern, set the [table locality]({% link {{ page.version.version }}
~~~
{{site.data.alerts.callout_success}}
-A good way to check that your [table locality settings]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality) are having the expected effect is by monitoring how the performance metrics of a workload change as the settings are applied to a running cluster. For a tutorial showing how table localities can improve performance metrics across a multi-region cluster, see [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
+A good way to check that your [table locality settings]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality) are having the expected effect is by monitoring how the performance metrics of a workload change as the settings are applied to a running cluster.
{{site.data.alerts.end}}
## Characteristics
@@ -96,10 +96,6 @@ The value of `kv.closed_timestamp.lead_for_global_reads_override` will impact wr
- If rows in the table, and all latency-sensitive queries, can be tied to specific geographies, consider the [`REGIONAL` Table Locality Pattern]({% link {{ page.version.version }}/regional-tables.md %}) pattern.
-## Tutorial
-
-For a step-by-step demonstration showing how CockroachDB's multi-region capabilities (including `GLOBAL` and `REGIONAL` tables) give you low-latency reads in a distributed cluster, see the tutorial on [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
-
## See also
{% include {{ page.version.version }}/topology-patterns/see-also.md %}
diff --git a/src/current/v26.2/index.md b/src/current/v26.2/index.md
index 5c612ce3c0d..ee5277a0a6a 100644
--- a/src/current/v26.2/index.md
+++ b/src/current/v26.2/index.md
@@ -79,7 +79,6 @@ docs_area:
-
-## Step 6. Allocate partitions
-
-Before running the benchmark, it's important to allocate partitions to workload binaries properly to ensure that the cluster is balanced.
-
-1. Create an `addrs` file containing connection strings to all 81 CockroachDB nodes:
-
- ~~~
- postgres://root@
-
-| Metric | CockroachDB 19.2 | CockroachDB 21.1 |
-|-------------------------------------------------+------------------+------------------|
-| Max warehouses with max efficiency (warehouses) | 100,000 | 140,000 |
-| Max throughput (tpmC) | 1,245,462 | 1,684,437 |
-| Efficiency (%) | 98.81 | 95.45 |
-| Max number of rows (billion) | 49.8 | 69.7 |
-| Max unreplicated data (TB) | 8 | 11.2 |
-| Number of nodes | 81 | 81 |
-
-### Linear scaling
-
-CockroachDB has **no theoretical scaling limit** and, in practice, can achieve near-linear performance at 256 nodes. Because the TPC-C results reflect leaps in scale, to test linear scaling, Cockroach Labs ran a simple benchmark named KV 95 (95% point reads, 5% point writes, all uniformly distributed) on AWS `c5d.4xlarge` machines:
-
-
-
-This chart shows that adding nodes increases throughput linearly while holding p50 and p99 latency constant. The concurrency for each scale was chosen to optimize throughput while maintaining an acceptable latency and can be observed in the following table.
-
-| Number of nodes | Workers | Concurrency |
-|-----------------+---------+-------------|
-| 16 | 2 | 512 |
-| 32 | 4 | 512 |
-| 64 | 4 | 1024 |
-| 128 | 8 | 1024 |
-| 256 | 8 | 2048 |
-
-## Throughput
-
-Cockroach Labs believes TPC-C provides the most realistic and objective measure for OLTP throughput. In the real world, applications generate transactional workloads that consist of a combination of reads and writes, possibly with concurrency and likely without all data being loaded into memory. Approach benchmark results quoted in QPS with caution, because anything as simple as a “query” is unlikely to be representative of the workload you need to run in practice.
-
-## Latency
-
-CockroachDB returns single-row **reads in 1 ms** and processes single-row **writes in 2 ms** within a single availability zone. As you expand out to multiple availability zones or multiple regions, latency can increase due to distance and the limitation of the speed of light.
-
-For benchmarking latency, again, Cockroach Labs believes TPC-C provides the most realistic and objective measure, since it encompasses the latency distribution, including tail performance.
-
-CockroachDB provides a number of important tuning practices for both single-region and multi-region deployments, including [secondary indexes]({% link {{ page.version.version }}/indexes.md %}) and various [data topologies]({% link {{ page.version.version }}/topology-patterns.md %}) to achieve low latency.
-
-## Benchmark details
-
-### TPC-C
-
-Cockroach Labs measures performance through many diverse tests, including the [industry-standard OLTP benchmark TPC-C](http://www.tpc.org/tpcc/), which simulates an e-commerce or retail company. Created in 1992, TPC-C has withstood the test of time and remains the most mature industry benchmark for OLTP workloads, and **the only objective comparison for evaluating OLTP performance**. In its own words, TPC-C:
-
->“…involves a mix of five concurrent transactions of different types and complexity either executed on-line or queued for deferred execution. The database is comprised of nine types of tables with a wide range of record and population sizes. While the benchmark portrays the activity of a wholesale supplier, TPC-C is not limited to the activity of any particular business segment, but, rather represents any industry that must manage, sell, or distribute a product or service.”
-
-As a result, TPC-C includes create, read, update, and delete (e.g., CRUD) queries, basic joins, and other SQL statements used to administer mission-critical transactional workloads. It includes detailed specifications for concurrency and workload [contention]({% link {{ page.version.version }}/performance-best-practices-overview.md %}#transaction-contention).
-
-#### How TPC-C works
-
-TPC-C measures the throughput and latency for processing sales through a customer warehouse using a “business throughput” metric called **tpmC** that measures the number of order transactions performed per minute throughout the system. This metric is considerably more realistic than TPS (transactions per second) or QPS (queries per second) alone because it summarizes multiple transactions per order and accounts for failed transactions. TPC-C also has several latency requirements that apply to median, p90, and max latencies.
-
-TPC-C specifies restrictions on the maximum throughput achievable per warehouse. This is done to ensure that as a system becomes progressively more capable of throughput, it must also deal with progressively more data. This is how things work in the real world, and it makes little sense to say that your database can process a bazillion transactions per second if it’s processing the same data over and over again.
-
-Because TPC-C is constrained to a maximum amount of throughput per warehouse, we often discuss TPC-C performance as the **maximum number of warehouses for which a database can maintain the maximum throughput per minute.** For a full description of the benchmark, see [TPC BENCHMARK™ C Standard Specification Revision 5.11](http://www.tpc.org/tpc_documents_current_versions/pdf/tpc-c_v5.11.0.pdf).
-
-## Performance limitations
-
-CockroachDB has no theoretical limitations to scaling, throughput, latency, or concurrency other than the speed of light.
-
-## See also
-
-- Hardware
-
- CockroachDB works well on commodity hardware in public cloud, private cloud, on-prem, and hybrid environments. For hardware recommendations, see our [Production Checklist]({% link {{ page.version.version }}/recommended-production-settings.md %}#hardware).
-
-- Performance tuning
-
- For guidance on tuning a real workload's performance, see [SQL Best Practices]({% link {{ page.version.version }}/performance-best-practices-overview.md %}), and for guidance on techniques to minimize network latency in multi-region or global clusters, see [Multi-Region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %}).
-
-- TPC-C replication instructions
-
- For instructions showing how to replicate the TPC-C results described in this page, see [Performance Benchmarking with TPC-C]({% link {{ page.version.version }}/performance-benchmarking-with-tpcc-large.md %}).
diff --git a/src/current/v26.2/query-behavior-troubleshooting.md b/src/current/v26.2/query-behavior-troubleshooting.md
index ade3c491e57..938ca0f382e 100644
--- a/src/current/v26.2/query-behavior-troubleshooting.md
+++ b/src/current/v26.2/query-behavior-troubleshooting.md
@@ -366,7 +366,7 @@ A response of `bad connection` or `closed` normally indicates that the node to w
Once you find the node, you can check its [logs]({% link {{ page.version.version }}/logging.md %}) (stored in `cockroach-data/logs` by [default]({% link {{ page.version.version }}/configure-logs.md %}#default-logging-configuration)).
-Because this kind of behavior is unexpected, you should [file an issue]({% link {{ page.version.version }}/file-an-issue.md %}).
+Because this kind of behavior is unexpected, you should file an issue on Github.
### Log queries executed by a specific node
diff --git a/src/current/v26.2/regional-tables.md b/src/current/v26.2/regional-tables.md
index bd9a1bd3184..868e7e49e87 100644
--- a/src/current/v26.2/regional-tables.md
+++ b/src/current/v26.2/regional-tables.md
@@ -110,7 +110,7 @@ By default, all tables in a multi-region database are [regional tables](#regiona
{% include {{page.version.version}}/sql/locality-optimized-search.md %}
{{site.data.alerts.callout_success}}
-A good way to check that your [table locality settings]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality) are having the expected effect is by monitoring how the performance metrics of a workload change as the settings are applied to a running cluster. For a tutorial showing how table localities can improve performance metrics across a multi-region cluster, see [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
+A good way to check that your [table locality settings]({% link {{ page.version.version }}/multiregion-overview.md %}#table-locality) are having the expected effect is by monitoring how the performance metrics of a workload change as the settings are applied to a running cluster.
{{site.data.alerts.end}}
## Characteristics
@@ -132,10 +132,6 @@ For more information about how to choose a database survival goal, see [When to
- If rows in the table **cannot** be tied to specific geographies, reads must be up-to-date for business reasons or because the table is referenced by [foreign keys]({% link {{ page.version.version }}/foreign-key.md %}), and the table is rarely modified, consider the [`GLOBAL` Table Locality Pattern]({% link {{ page.version.version }}/global-tables.md %}).
- If your application can tolerate historical reads in some cases, consider the [Follower Reads pattern]({% link {{ page.version.version }}/topology-follower-reads.md %}).
-## Tutorial
-
-For a step-by-step demonstration showing how CockroachDB's multi-region capabilities (including [`REGIONAL BY ROW` tables](#regional-by-row-tables)) give you low-latency reads in a distributed cluster, see the tutorial on [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}).
-
## Demo video
If you'd prefer to watch a video on Regional Tables, check out the following video:
diff --git a/src/current/v26.2/secure-a-cluster.md b/src/current/v26.2/secure-a-cluster.md
index 941b778f5b8..636fd2aa6d4 100644
--- a/src/current/v26.2/secure-a-cluster.md
+++ b/src/current/v26.2/secure-a-cluster.md
@@ -460,7 +460,7 @@ Adding capacity is as simple as starting more nodes with `cockroach start`.
- [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
- Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
-- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and JSON support({% link {{ page.version.version }}/jsonb.md %})
+- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/multiregion-overview.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and JSON support({% link {{ page.version.version }}/jsonb.md %})
You might also be interested in the following pages:
diff --git a/src/current/v26.2/show-locality.md b/src/current/v26.2/show-locality.md
index 82b2152eb80..983e50d381e 100644
--- a/src/current/v26.2/show-locality.md
+++ b/src/current/v26.2/show-locality.md
@@ -79,7 +79,6 @@ For a more extensive example, see [Create a table with node locality information
## See also
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
- [Locality]({% link {{ page.version.version }}/cockroach-start.md %}#locality)
- [Orchestrated Deployment]({% link {{ page.version.version }}/kubernetes-overview.md %})
- [Manual Deployment]({% link {{ page.version.version }}/manual-deployment.md %})
diff --git a/src/current/v26.2/show-partitions.md b/src/current/v26.2/show-partitions.md
index c7f2e8a1bbd..528853f58ad 100644
--- a/src/current/v26.2/show-partitions.md
+++ b/src/current/v26.2/show-partitions.md
@@ -237,4 +237,3 @@ If a partitioned table has no zones configured, the `SHOW CREATE TABLE` output i
- [Define Table Partitions]({% link {{ page.version.version }}/partitioning.md %})
- [SQL Statements]({% link {{ page.version.version }}/sql-statements.md %})
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
diff --git a/src/current/v26.2/simulate-a-multi-region-cluster-on-localhost.md b/src/current/v26.2/simulate-a-multi-region-cluster-on-localhost.md
index f77db92ae17..6c84c2a96da 100644
--- a/src/current/v26.2/simulate-a-multi-region-cluster-on-localhost.md
+++ b/src/current/v26.2/simulate-a-multi-region-cluster-on-localhost.md
@@ -95,6 +95,5 @@ When you're done with your demo cluster, you can wipe the cluster by typing the
- [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
- Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
- Further explore CockroachDB capabilities like:
- - [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
- [Fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %})
- [Serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %})
diff --git a/src/current/v26.2/start-a-local-cluster-in-docker-linux.md b/src/current/v26.2/start-a-local-cluster-in-docker-linux.md
index fe34cbaa255..4aca92a6ac4 100644
--- a/src/current/v26.2/start-a-local-cluster-in-docker-linux.md
+++ b/src/current/v26.2/start-a-local-cluster-in-docker-linux.md
@@ -37,4 +37,4 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
- Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
- [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
-- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
+- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/multiregion-overview.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
diff --git a/src/current/v26.2/start-a-local-cluster-in-docker-mac.md b/src/current/v26.2/start-a-local-cluster-in-docker-mac.md
index 8dabc54bc70..b929ec0b47f 100644
--- a/src/current/v26.2/start-a-local-cluster-in-docker-mac.md
+++ b/src/current/v26.2/start-a-local-cluster-in-docker-mac.md
@@ -34,4 +34,4 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
- Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
- [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
-- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
+- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/multiregion-overview.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
diff --git a/src/current/v26.2/start-a-local-cluster-in-docker-windows.md b/src/current/v26.2/start-a-local-cluster-in-docker-windows.md
index a3568fd183c..2f87631b419 100644
--- a/src/current/v26.2/start-a-local-cluster-in-docker-windows.md
+++ b/src/current/v26.2/start-a-local-cluster-in-docker-windows.md
@@ -366,4 +366,4 @@ The CockroachDB [DB Console]({% link {{ page.version.version }}/ui-overview.md %
- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
- Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
- [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
-- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
+- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/multiregion-overview.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
diff --git a/src/current/v26.2/start-a-local-cluster.md b/src/current/v26.2/start-a-local-cluster.md
index f2f6af525ef..e0b286846d9 100644
--- a/src/current/v26.2/start-a-local-cluster.md
+++ b/src/current/v26.2/start-a-local-cluster.md
@@ -389,4 +389,4 @@ Adding capacity is as simple as starting more nodes with `cockroach start`.
- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
- [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
- Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
-- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
+- Further explore CockroachDB capabilities like [fault tolerance and automated repair]({% link {{ page.version.version }}/demo-cockroachdb-resilience.md %}), [multi-region performance]({% link {{ page.version.version }}/multiregion-overview.md %}), [serializable transactions]({% link {{ page.version.version }}/demo-serializable.md %}), and [JSON support]({% link {{ page.version.version }}/jsonb.md %})
diff --git a/src/current/v26.2/support-resources.md b/src/current/v26.2/support-resources.md
index d4ac13b822f..0474ef39a6c 100644
--- a/src/current/v26.2/support-resources.md
+++ b/src/current/v26.2/support-resources.md
@@ -13,6 +13,5 @@ If you're having an issue with CockroachDB, you can reach out for support from C
- [CockroachDB Community Forum](https://forum.cockroachlabs.com)
- [CockroachDB Community Slack](https://cockroachdb.slack.com)
- [CockroachDB in StackOverflow](http://stackoverflow.com/questions/tagged/cockroachdb)
-- [File an issue in GitHub]({% link {{ page.version.version }}/file-an-issue.md %})
We also rely on contributions from users like you. If you know how to help users who might be struggling with a problem, we hope you will!
diff --git a/src/current/v26.2/table-localities.md b/src/current/v26.2/table-localities.md
index ac711dc5030..9e84ecff1e9 100644
--- a/src/current/v26.2/table-localities.md
+++ b/src/current/v26.2/table-localities.md
@@ -66,10 +66,8 @@ Use a [`GLOBAL` table locality]({% link {{ page.version.version }}/table-localit
- [Multi-Region Capabilities Overview]({% link {{ page.version.version }}/multiregion-overview.md %})
- [How to Choose a Multi-Region Configuration]({% link {{ page.version.version }}/choosing-a-multi-region-configuration.md %})
- [When to Use `ZONE` vs. `REGION` Survival Goals]({% link {{ page.version.version }}/multiregion-survival-goals.md %}#when-to-use-zone-vs-region-survival-goals)
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})
- [Topology Patterns]({% link {{ page.version.version }}/topology-patterns.md %})
- [Disaster Recovery]({% link {{ page.version.version }}/disaster-recovery-planning.md %})
-- [Migrate to Multi-Region SQL]({% link {{ page.version.version }}/migrate-to-multiregion-sql.md %})
- [Secondary regions]({% link {{ page.version.version }}/multiregion-overview.md %}#secondary-regions)
- [`SET SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#set-secondary-region)
- [`DROP SECONDARY REGION`]({% link {{ page.version.version }}/alter-database.md %}#drop-secondary-region)
diff --git a/src/current/v26.2/troubleshooting-overview.md b/src/current/v26.2/troubleshooting-overview.md
index e4b911aadbd..ed015771ef2 100644
--- a/src/current/v26.2/troubleshooting-overview.md
+++ b/src/current/v26.2/troubleshooting-overview.md
@@ -26,7 +26,6 @@ If you experience an issue when using CockroachDB, try these steps to resolve th
- If you cannot resolve the issue yourself, the following tools can help you move forward:
- [Support Resources]({% link {{ page.version.version }}/support-resources.md %}) identify ways you can get help with troubleshooting.
- - [File an Issue]({% link {{ page.version.version }}/file-an-issue.md %}) provides details on how to file an issue that you're unable to resolve.
- In a support escalation, you may be directed to use the following features by the [Cockroach Labs support team]({% link {{ page.version.version }}/support-resources.md %}):
diff --git a/src/current/v26.2/ui-network-latency-page.md b/src/current/v26.2/ui-network-latency-page.md
index 7cce85e0c9e..94f01ebea65 100644
--- a/src/current/v26.2/ui-network-latency-page.md
+++ b/src/current/v26.2/ui-network-latency-page.md
@@ -30,7 +30,7 @@ Rows represent origin nodes, and columns represent destination nodes. Hover over
The page automatically refreshes every 30 seconds to show the most recent information.
-On a [typical multi-region cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %}), you can expect much lower latencies between nodes in the same region/availability zone. Nodes in different regions/availability zones, meanwhile, will experience higher latencies that reflect their geographical distribution.
+On a [typical multi-region cluster]({% link {{ page.version.version }}/multiregion-overview.md %}), you can expect much lower latencies between nodes in the same region/availability zone. Nodes in different regions/availability zones, meanwhile, will experience higher latencies that reflect their geographical distribution.
For instance, the cluster shown above has nodes in `us-west1`, `us-east1`, and `europe-west2`. Latencies are highest between nodes in `us-west1` and `europe-west2`, which span the greatest distance. This is especially clear when sorting by region or availability zone and collapsing nodes:
@@ -81,6 +81,4 @@ Network latency limits the performance of individual operations. You can use the
## See also
- [Topology Patterns]({% link {{ page.version.version }}/topology-patterns.md %})
-- [CockroachDB Performance]({% link {{ page.version.version }}/performance.md %}#latency)
- [Performance Tuning]({% link {{ page.version.version }}/performance-best-practices-overview.md %})
-- [Low Latency Reads and Writes in a Multi-Region Cluster]({% link {{ page.version.version }}/demo-low-latency-multi-region-deployment.md %})