The daemon status page issues this query:
SELECT * FROM `worker_archivetask` WHERE (dateModified > 1471462314) ORDER BY id DESC
There is no key on dateModified, and this table may be enormous.
The daemon status page issues this query:
SELECT * FROM `worker_archivetask` WHERE (dateModified > 1471462314) ORDER BY id DESC
There is no key on dateModified, and this table may be enormous.
This should now be fixed in HEAD of master. Thanks for the report!
(The actual key will be created the next time you run bin/storage adjust explicitly, or implicitly via bin/storage upgrade.)