Conversation:
Notices
-
Roland Häder (roland)'s status on Tuesday, 11-Oct-2016 08:49:19 EDT Roland Häder For performance tuning on !gnusocial it might be worth to have at least this index on the #queue_item table:
ALTER TABLE `queue_item` ADD INDEX `queue_item_transport_claimed_idx` ( `transport` , `claimed` )
Sure this needs to be added to source code. #atwork