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@lists.koha-community.org Reporter: ere.maijala@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.