https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38913 --- Comment #20 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Janusz Kaczmarek from comment #14)
(In reply to Jonathan Druart from comment #13)
With this patch: "1 MARC records done in 81.9053399562836 seconds"
However, I have delete all biblio and background_jobs before the import and now I have:
MariaDB [koha_kohadev]> select count(*) from biblio\G count(*): 1
MariaDB [koha_kohadev]> select count(*) from background_jobs\G count(*): 2508
Interesting!...
Well, every Koha::Item->store triggers $indexer->index_records, so no wonder -- we have 2508 952 fields in the test record :)
Yes, the "interesting" was sarcastic, hence the "..." but that was not obvious, sorry. It's still a bug IMO. Especially with this: 718 $indexer->update_index( \@search_engine_record_ids, \@search_engine_records ) unless $skip_indexing; -- You are receiving this mail because: You are watching all bug changes.