comparison doc/installation.txt @ 3728:b476fef16ccc

fixed support for pysqlite2 (version 2.1.0 is the minimum version supported)
author Richard Jones <richard@users.sourceforge.net>
date Tue, 10 Oct 2006 03:55:31 +0000
parents 41feeed84caa
children 60d3865b3cb6
comparison
equal deleted inserted replaced
3727:04dee2ac29e2 3728:b476fef16ccc
269 269
270 ========== =========== ===== ============================== 270 ========== =========== ===== ==============================
271 Name Speed Users Support 271 Name Speed Users Support
272 ========== =========== ===== ============================== 272 ========== =========== ===== ==============================
273 anydbm Slowest Few Always available 273 anydbm Slowest Few Always available
274 sqlite Fastest(*) Few Needs install (PySQLite_) 274 sqlite Fastest(*) Few May needs install (PySQLite_)
275 metakit Fastest(*) Few Needs install (metakit_) 275 metakit Fastest(*) Few Needs install (metakit_)
276 postgresql Fast Many Needs install/admin (psycopg_) 276 postgresql Fast Many Needs install/admin (psycopg_)
277 mysql Fast Many Needs install/admin (MySQLdb_) 277 mysql Fast Many Needs install/admin (MySQLdb_)
278 ========== =========== ===== ============================== 278 ========== =========== ===== ==============================
279 279
280 **sqlite** and **metakit** 280 **sqlite**
281 These use the embedded database engines PySQLite_ and metakit_ to provide 281 These use the embedded database engines PySQLite_ and metakit_ to provide
282 very fast backends. They are not suitable for trackers which will have 282 very fast backends. They are not suitable for trackers which will have
283 many simultaneous users, but require much less installation and 283 many simultaneous users, but require much less installation and
284 maintenance effort than more scalable postgresql and mysql backends. 284 maintenance effort than more scalable postgresql and mysql backends.
285 If you are choosing from these two, please select sqlite. 285
286 SQLite is supported via PySQLite versions 1.1.7, 2.1.0 and sqlite3 (the last
287 being bundled with Python 2.5+)
288 **metakit**
289 Similar performance to sqlite. If you are choosing between these two,
290 please select sqlite.
286 **postgresql** 291 **postgresql**
287 Backend for popular RDBMS PostgreSQL. You must read doc/postgresql.txt for 292 Backend for popular RDBMS PostgreSQL. You must read doc/postgresql.txt for
288 additional installation steps and requirements. You must also configure 293 additional installation steps and requirements. You must also configure
289 the ``rdbms`` section of your tracker's ``config.ini``. It is recommended 294 the ``rdbms`` section of your tracker's ``config.ini``. It is recommended
290 that you use at least version 1.1.21 of psycopg. 295 that you use at least version 1.1.21 of psycopg.

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