[Koha-bugs] [Bug 35086] New: Koha::SearchEngine::Elasticsearch::Indexer->update_index needs to commit in batches

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 17 22:58:58 CEST 2023


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

            Bug ID: 35086
           Summary: Koha::SearchEngine::Elasticsearch::Indexer->update_ind
                    ex needs to commit in batches
 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: nick at bywatersolutions.com

As we have moved tasks into the background we have updated code to send a
single background request for indexing - so if a library modifies several
thousand biblios we send the full list for reindexing.

update_index needs to ensure the size of the requests does not exceed the
limits of ES or take up too many resources.

We should provide a configurable (syspref? kconf switch?) limit for each
indexing request

-- 
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