summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0b277ca)
raw | patch | inline | side by side (parent: 0b277ca)
author | kedder <kedder@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 10 Mar 2003 20:23:41 +0000 (20:23 +0000) | ||
committer | kedder <kedder@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 10 Mar 2003 20:23:41 +0000 (20:23 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1583 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/installation.txt | patch | blob | history |
diff --git a/doc/installation.txt b/doc/installation.txt
index 1ad0333afff32d31c2c20e47c3f949bde56d6055..425784c7e8205a25d14a42d73ac595f751c7e802 100644 (file)
--- a/doc/installation.txt
+++ b/doc/installation.txt
Installing Roundup
==================
-:Version: $Revision: 1.37 $
+:Version: $Revision: 1.38 $
.. contents::
This uses the SQLite_ embedded RDBMS to provide a fast, scaleable backend.
There are no limitations, and it's much faster and more scaleable than the
dbm backends.
+**mysql**
+ Backend for popular RDBMS MySQL. This backend uses MySQL's Berkeley DB
+ (transaction safe) table format, so with small amount of data it may be a
+ bit slower than *dbm backends (due to mysql layer's overhead). However with
+ lots of data mysql may perform better (due to query optimisation). No actual
+ serious benchmarks were made though. For more info on installation of this
+ backend see doc/mysql.txt.
**metakit**
This backend is implemented over the metakit_ storage system, using Mk4Py as
the interface. It scales much better than the dbm backends.