Mercurial > p > roundup > code
diff doc/installation.txt @ 1912:2b0ab61db194
fixes for [SF#818339]
fixes for metakit for the new db unit tests
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 12 Nov 2003 03:42:13 +0000 |
| parents | 862646176230 |
| children | d929c31a3620 |
line wrap: on
line diff
--- a/doc/installation.txt Wed Nov 12 01:00:59 2003 +0000 +++ b/doc/installation.txt Wed Nov 12 03:42:13 2003 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.63 $ +:Version: $Revision: 1.64 $ .. contents:: @@ -242,8 +242,12 @@ **mysql** Backend for popular RDBMS MySQL. According to benchmarks, this backend works much faster than any of \*dbm ones, but slightly slower than metakit and - sqlite. A good scalability is not a property of this backend for now, - though. For more info on backend installation see doc/mysql.txt. + sqlite. For more info on backend installation see doc/mysql.txt. +**postgresql** + Backend for popular RDBMS PostgreSQL. According to benchmarks, this + backend works much faster than any of \*dbm ones and mysql, but slightly + slower than metakit and sqlite. + For more info on backend installation see doc/postgresql.txt. **metakit** This backend is implemented over the metakit_ storage system, using Mk4Py as the interface. It scales much better than the dbm backends.
