Hi,
I begin using MARC::File::XML in Koha, to read XML records and transform
them in MARC::Record.
I tried some perfs and it seems they are really poor.
something like :
* reading a line in mySQL (1 DB line, indexed, so really fast, contains
a MARCXML field)
* create a MARC::Record with my $record = MARC::Record::new_from_xml($marc)
and can't get more than 300 records in 300 seconds. If I remove the
new_from_xml line, I get 10000 records in less than 2 seconds.
what am I doing wrong ?
--
Paul POULAIN
Consultant indépendant en logiciels libres
responsable francophone de koha (SIGB libre http://www.koha-fr.org)