--- trunk/INSTALL 2003/10/09 10:22:35 132 +++ trunk/INSTALL 2003/10/09 11:24:19 133 @@ -25,6 +25,11 @@ change data for index often, you might want to drop and re-create database to erase tables for indexes which are removed. + SQLite can be quite faster than PostgreSQL (for reference see SQLite + site: http://www.hwaci.com/sw/sqlite/speed.html). Since WebPAC doesn't + use advanced database facilities of PostgreSQL you would probably be + better off with SQLite if you don't have PostgreSQL already installed. + 2. Use CPAN shell to install modules used: $ sudo cpan @@ -59,7 +64,7 @@ MARC 3. You will need OpenIsis if you are using ISIS as an import format. - Currently, WebPac uses OpenIsis 0.9.0 which *HAVE TO BE PATCHED* + Currently, WebPAC uses OpenIsis 0.9.0 which *HAVE TO BE PATCHED* with special patch so that perl module OpenIsis.pm have close call (because there is hard-limit of 32 ISIS files in OpenIsis.pm, and that is too low for our use).