Select the types of activity you want to include in your feed.
@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
···66Overview
77========
8899-WARNING: Partitioning is a prototype.
1010-119You can partition Phabricator's applications across multiple databases. For
1210example, you can move an application like Files or Maniphest to a dedicated
1311database host.
···1917 - you can match application workloads to hardware or configuration to make
2018 operating the cluster easier.
21192222-This configuration is complex, and very few installs need to pursue it.
2323-Phabricator will normally run comfortably with a single database master even
2424-for large organizations.
2020+This configuration is complex, and very few installs will benefit from pursuing
2121+it. Phabricator will normally run comfortably with a single database master
2222+even for large organizations.
25232624Partitioning generally does not do much to increase resiliance or make it
2727-easier to recover from disasters, and is primarily a mechanism for scaling.
2525+easier to recover from disasters, and is primarily a mechanism for scaling and
2626+operational convenience.
28272928If you are considering partitioning, you likely want to configure replication
3029with a single master first. Even if you choose not to deploy replication, you
3130should review and understand how replication works before you partition. For
3232-details, see @{Cluster:Databases}.
3131+details, see @{article:Cluster: Databases}.
33323433Databases also support some advanced configuration options. Briefly:
3534