Bug 23387 - Cache ClassSource
Summary: Cache ClassSource
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: 18.11
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-26 15:39 UTC by Ian Walls
Modified: 2023-10-08 12:04 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Walls 2019-07-26 15:39:44 UTC
The data in the class_source table is not prone to frequent change, but is looked up for every biblio, biblioitem and item imported, resulting in needless DB calls and slowness.

Caching this relatively static data would provide a moderate performance boost to importing, particularly bulkmarcimport.pl
Comment 1 Katrin Fischer 2023-10-08 12:04:08 UTC
Still valid?