comparison doc/installation.txt @ 1528:96cd422532ef

bye bye gadfly - you served your purpose well [SF#701127]
author Richard Jones <richard@users.sourceforge.net>
date Tue, 18 Mar 2003 00:50:24 +0000
parents c706e55896d8
children 3e65577ad6d7
comparison
equal deleted inserted replaced
1525:c006e8166f81 1528:96cd422532ef
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.39 $ 5 :Version: $Revision: 1.40 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
220 serious benchmarks were made though. For more info on installation of this 220 serious benchmarks were made though. For more info on installation of this
221 backend see doc/mysql.txt. 221 backend see doc/mysql.txt.
222 **metakit** 222 **metakit**
223 This backend is implemented over the metakit_ storage system, using Mk4Py as 223 This backend is implemented over the metakit_ storage system, using Mk4Py as
224 the interface. It scales much better than the dbm backends. 224 the interface. It scales much better than the dbm backends.
225 **gadfly**
226 This is a proof-of-concept relational database backend, not really intended
227 for actual production use, although it can be. It uses the Gadfly RDBMS
228 to store data. It is unable to perform string searches due to gadfly not
229 having a LIKE operation. It should scale well, assuming a client/server
230 setup is used. It's much slower than even the dbm backends.
231 225
232 Note: you may set your tracker up with the anydbm backend (which is guaranteed 226 Note: you may set your tracker up with the anydbm backend (which is guaranteed
233 to be available) and switch to one of the other backends at any time using the 227 to be available) and switch to one of the other backends at any time using the
234 instructions in the `maintenance documentation`_. 228 instructions in the `maintenance documentation`_.
235 229

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