https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21820 --- Comment #22 from Thomas Klausner <domm@plix.at> ---
And how about not starting zebra and zebra-indexer in case of Elasticsearch only? Now both are started by default (the indexer can be disabled in /etc/default/koha-common, but I'm not sure if we can rely on this).
This could and should also be done, but in this patch I "just" disable spamming the database with unneeded records in the zebraqueue table. Of course if the table is empty, but zebra-indexer is running, it will have nothing to do and not waste even more resources by writing the records to disk. But not starting zebra-indexer in the first case would also make a lot of sense. -- You are receiving this mail because: You are watching all bug changes.