Summary: | DBIx searches - performance issues | ||
---|---|---|---|
Product: | Koha | Reporter: | Jacek Ablewicz <abl> |
Component: | Architecture, internals, and plumbing | Assignee: | Galen Charlton <gmcharlt> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15341 |
||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 15342 | ||
Attachments: |
Bug 16076 - DBIx searches - performance issues
Bug 16076 - DBIx searches - performance issues |
Description
Jacek Ablewicz
2016-03-15 13:20:42 UTC
Created attachment 53214 [details] [review] Bug 16076 - DBIx searches - performance issues Experimental method Koha::Objects->search_all_unblessed() added for testing an impact of DBIx::Class::ResultClass::HashRefInflator on search performance. Created attachment 53215 [details] [review] Bug 16076 - DBIx searches - performance issues Quick & dirty test script for benchmarking database search performance using various DBI and DBIx approaches. Benchmark results are in Bug 16079 comment #15 |