https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27584
--- Comment #1 from Ere Maijala <[email protected]> --- Created attachment 116184 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116184&action=edit Bug 27584: Refactor OAI-PMH paging to improve performance Uses next biblionumber instead of large offset in the queries. Test plan: 1. Without the patch, try harvesting a Koha database with `include_items: 1` in the OAI-PMH configuration file pointed to by preference OAI-PMH:ConfFile and take note of performance. For useful metrics the database must be large enough to not fit in InnoDB buffers or OS file cache. 2. Apply the patch. 3. Run tests: prove -v t/db_dependent/OAI 4. Try again the harvesting from step 1 and compare performance with step 1. -- You are receiving this mail because: 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/
