]> git.donarmstrong.com Git - infobot.git/blob - INSTALL.dbm
save latest version
[infobot.git] / INSTALL.dbm
1 INSTALLATION of dbm
2 ----------------------
3
4 - perl5.004 uses dbm1.85 while perl5.005 uses dbm2.00.  Attempting to
5   interchange dbm between the two will result in corruption.
6 - the dbm will produce two files of the same size (for some reason)
7 - If the bot crashes, the dbm file may increase in size dramatically, from
8   900k-1400k to 16m-24m
9 - dbm is a slow but simple form of db.  If you want performance, try mysql
10   or sqlite (NOT SUPPORTED) or pgsql (NOT YET)
11
12 = To convert dbm file to mysql table:
13         - run 'scripts/dbm2mysql.pl old-db' to convert dbm database file
14           to mysql.