mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-08 05:52:39 -04:00
Further formatting clean ups
This commit is contained in:
parent
482648123f
commit
8a951540f6
1 changed files with 7 additions and 7 deletions
|
@ -174,10 +174,10 @@ traditionally used for convenience and simplicity.
|
||||||
|
|
||||||
The advantages of Postgres include:
|
The advantages of Postgres include:
|
||||||
|
|
||||||
* significant performance improvements due to the superior threading and
|
* significant performance improvements due to the superior threading and
|
||||||
caching model, smarter query optimiser
|
caching model, smarter query optimiser
|
||||||
* allowing the DB to be run on separate hardware
|
* allowing the DB to be run on separate hardware
|
||||||
* allowing basic active/backup high-availability with a "hot spare" synapse
|
* allowing basic active/backup high-availability with a "hot spare" synapse
|
||||||
pointing at the same DB master, as well as enabling DB replication in
|
pointing at the same DB master, as well as enabling DB replication in
|
||||||
synapse itself.
|
synapse itself.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue