On 1/14/22 12:38 AM, Philip Colmer wrote:
I have now switched to Xapian but, in a way, my original questions still stand. Is there a way of monitoring the progress of "update_index_one_list"? What can I do to the specification of the server to make that process go (much) faster?
HyperKitty does the indexing by calling the Haystack update_index command. See https://django-haystack.readthedocs.io/en/master/management_commands.html#up...
This command has options such as --verbosity and --workers. I think verbosity is set from the option provided to update_index_one_list and if set to 2 will give some progress info.
workers could increase parallelism but is unconditionally passed by hyperkitty as 0
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan