https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41022
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jonathan Druart <[email protected]> --- For libraries and item types - without using elastic for items I don't think we can implement that without performance issues. It would be interesting to know how much time it takes to `select distinct(field) from items where biblionumber=x` when there are a lot of items (10k). For status - not conceivable (still perf related) without storing the status. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
