@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+6 -7
+6 -7
src/docs/user/cluster/cluster_partitioning.diviner
··· 6 6 Overview 7 7 ======== 8 8 9 - WARNING: Partitioning is a prototype. 10 - 11 9 You can partition Phabricator's applications across multiple databases. For 12 10 example, you can move an application like Files or Maniphest to a dedicated 13 11 database host. ··· 19 17 - you can match application workloads to hardware or configuration to make 20 18 operating the cluster easier. 21 19 22 - This configuration is complex, and very few installs need to pursue it. 23 - Phabricator will normally run comfortably with a single database master even 24 - for large organizations. 20 + This configuration is complex, and very few installs will benefit from pursuing 21 + it. Phabricator will normally run comfortably with a single database master 22 + even for large organizations. 25 23 26 24 Partitioning generally does not do much to increase resiliance or make it 27 - easier to recover from disasters, and is primarily a mechanism for scaling. 25 + easier to recover from disasters, and is primarily a mechanism for scaling and 26 + operational convenience. 28 27 29 28 If you are considering partitioning, you likely want to configure replication 30 29 with a single master first. Even if you choose not to deploy replication, you 31 30 should review and understand how replication works before you partition. For 32 - details, see @{Cluster:Databases}. 31 + details, see @{article:Cluster: Databases}. 33 32 34 33 Databases also support some advanced configuration options. Briefly: 35 34