comparison 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
comparison
equal deleted inserted replaced
1911:f5c804379c85 1912:2b0ab61db194
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.63 $ 5 :Version: $Revision: 1.64 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
240 There are no limitations, and it's much faster and more scaleable than the 240 There are no limitations, and it's much faster and more scaleable than the
241 dbm backends. 241 dbm backends.
242 **mysql** 242 **mysql**
243 Backend for popular RDBMS MySQL. According to benchmarks, this backend works 243 Backend for popular RDBMS MySQL. According to benchmarks, this backend works
244 much faster than any of \*dbm ones, but slightly slower than metakit and 244 much faster than any of \*dbm ones, but slightly slower than metakit and
245 sqlite. A good scalability is not a property of this backend for now, 245 sqlite. For more info on backend installation see doc/mysql.txt.
246 though. For more info on backend installation see doc/mysql.txt. 246 **postgresql**
247 Backend for popular RDBMS PostgreSQL. According to benchmarks, this
248 backend works much faster than any of \*dbm ones and mysql, but slightly
249 slower than metakit and sqlite.
250 For more info on backend installation see doc/postgresql.txt.
247 **metakit** 251 **metakit**
248 This backend is implemented over the metakit_ storage system, using Mk4Py as 252 This backend is implemented over the metakit_ storage system, using Mk4Py as
249 the interface. It scales much better than the dbm backends. 253 the interface. It scales much better than the dbm backends.
250 254
251 You should be wary of using all but the mysql backend with high-volume trackers 255 You should be wary of using all but the mysql backend with high-volume trackers

Roundup Issue Tracker: http://roundup-tracker.org/