comparison doc/installation.txt @ 1913:d929c31a3620

clarified minimum version required for MySQL backend (4.0.16)
author Richard Jones <richard@users.sourceforge.net>
date Wed, 12 Nov 2003 22:34:28 +0000
parents 2b0ab61db194
children 1303c208419d
comparison
equal deleted inserted replaced
1912:2b0ab61db194 1913:d929c31a3620
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.64 $ 5 :Version: $Revision: 1.65 $
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. For more info on backend installation see doc/mysql.txt. 245 sqlite. You must read doc/mysql.txt for additional installation steps and
246 requirements.
246 **postgresql** 247 **postgresql**
247 Backend for popular RDBMS PostgreSQL. According to benchmarks, this 248 Backend for popular RDBMS PostgreSQL. According to benchmarks, this
248 backend works much faster than any of \*dbm ones and mysql, but slightly 249 backend works much faster than any of \*dbm ones and mysql, but slightly
249 slower than metakit and sqlite. 250 slower than metakit and sqlite. You must read doc/postgresql.txt for
250 For more info on backend installation see doc/postgresql.txt. 251 additional installation steps and requirements.
251 **metakit** 252 **metakit**
252 This backend is implemented over the metakit_ storage system, using Mk4Py as 253 This backend is implemented over the metakit_ storage system, using Mk4Py as
253 the interface. It scales much better than the dbm backends. 254 the interface. It scales much better than the dbm backends.
254 255
255 You should be wary of using all but the mysql backend with high-volume trackers 256 You should be wary of using all but the mysql backend with high-volume trackers

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