From e8d9c676b1a7e907c52d93729ffa998880d8974b Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 7 Dec 2016 12:29:37 -0800 Subject: [PATCH] Fix a bad link in the database partitioning docs Summary: Fixes T11959. Also, minor wordsmithing. Test Plan: Read vv carefully. Reviewers: chad Reviewed By: chad Maniphest Tasks: T11959 Differential Revision: https://secure.phabricator.com/D17007 --- src/docs/user/cluster/cluster_partitioning.diviner | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/docs/user/cluster/cluster_partitioning.diviner b/src/docs/user/cluster/cluster_partitioning.diviner index 54aca0e82f..4dbb47f9d4 100644 --- a/src/docs/user/cluster/cluster_partitioning.diviner +++ b/src/docs/user/cluster/cluster_partitioning.diviner @@ -6,8 +6,6 @@ Guide to partitioning Phabricator applications across multiple database hosts. Overview ======== -WARNING: Partitioning is a prototype. - You can partition Phabricator's applications across multiple databases. For example, you can move an application like Files or Maniphest to a dedicated database host. @@ -19,17 +17,18 @@ The advantages of doing this are: - you can match application workloads to hardware or configuration to make operating the cluster easier. -This configuration is complex, and very few installs need to pursue it. -Phabricator will normally run comfortably with a single database master even -for large organizations. +This configuration is complex, and very few installs will benefit from pursuing +it. Phabricator will normally run comfortably with a single database master +even for large organizations. Partitioning generally does not do much to increase resiliance or make it -easier to recover from disasters, and is primarily a mechanism for scaling. +easier to recover from disasters, and is primarily a mechanism for scaling and +operational convenience. If you are considering partitioning, you likely want to configure replication with a single master first. Even if you choose not to deploy replication, you should review and understand how replication works before you partition. For -details, see @{Cluster:Databases}. +details, see @{article:Cluster: Databases}. Databases also support some advanced configuration options. Briefly: