https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40856
Bug ID: 40856
Summary: Improve Standard backend metadata retrieval
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: ILL
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected],
[email protected], [email protected]
The metadata() method in the Standard ILL backend uses an inefficient pattern
for filtering attributes, performing a linear search through an ignore list for
every attribute using grep inside a while loop. This approach becomes
increasingly slow as the number of attributes grows, and manually iterates
through all attributes instead of leveraging database-level filtering.
--
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/