> I'm indexing a larger load of Marc records (about 1.600.000) and the > size of /etc/koha/zebradb has about 40GB. Is that right? My mysql > database has about 6GB, much less than zebra index. There is a way to > reduce the zebra index size?
You can disable Zebra xpath indexing. In your Zebra index definition file for biblio records (marc_defs/marc21/biblios/records.abs), you must have this line: xpath enable Change it to: xpath disable Kind regards, -- Frédéric DEMIANS http://www.tamil.fr/u/fdemians.html _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

