https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38913

--- Comment #20 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to