diff options
author | Mark Haines <mjark@negativecurvature.net> | 2015-04-30 17:48:29 +0100 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2015-04-30 17:48:29 +0100 |
commit | 4ad8350607df6faa784b7cf9a58c628f4dc676bd (patch) | |
tree | 77cd73b4f013c9d9c5b58101b588e80c3cd8ef7c /README.rst | |
parent | missing import (diff) | |
download | synapse-4ad8350607df6faa784b7cf9a58c628f4dc676bd.tar.xz |
Update README.rst
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index c434262252..5a6e105630 100644 --- a/README.rst +++ b/README.rst @@ -170,7 +170,7 @@ traditionally used for convenience and simplicity. The advantages of Postgres include: - * significant performannce improvements due to the superior threading and + * significant performance improvements due to the superior threading and caching model, smarter query optimiser * allowing the DB to be run on separate hardware * allowing basic active/backup high-availability with a "hot spare" synapse |