[Koha-bugs] [Bug 28268] New: Improve memory usage when indexing authorities in Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 30 08:53:04 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28268

            Bug ID: 28268
           Summary: Improve memory usage when indexing authorities in
                    Elasticsearch
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: ere.maijala at helsinki.fi

Currently indexing authorities in Elasticsearch creates a record set of all
reocrds that includes the MARCXML records. This can use a huge amount of memory
and prevent the indexing altogether. We should do the same as we do with
biblios in that the full record set only contains the authority id's.

Further on, it would make sense to process the record in similar way to bug
27584, but that's another issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list