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

--- Comment #6 from David Cook <dc...@prosentient.com.au> ---
Jonathan and Katrin:

Is the issue the large database or the large resultset? Looking at Jonathan's
example, it seems like the issue is the large resultset. 

It makes sense to me that a large result set would take a long time to extract
facets from (depending on the efficiency of that facet extraction code of
course).

Without Zebra facets, it looks like we're only naively extracting facets from
20 records (using "maxRecordsForFacets" which defaults to 20), so it's going to
be faster for a large result set but much worse quality.

-- 
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