https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38181
--- Comment #18 from David Cook <[email protected]> --- (In reply to Jonathan Druart from comment #17) > (In reply to David Cook from comment #16) > > If you can optimize those, that should help a lot. > > See also bug 7012. > > We should also store the status of the different items in ES's index. Mmm that's interesting. That said, even if we stored status in the database, it would still be more efficient to run 1 query to get all item statuses rather than running X queries foreach Y items to get their item status. Thanks for bringing that one to my attention though. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
