i am seeming multiple of these queries running
SELECT A1.id, A1.title, A1.body, A1.format FROM ostick_thread_entry A1
LEFT JOIN ostick__search A2 ON (A1.id = A2.object_id AND A2.object_type='H')
WHERE A2.object_id IS NULL AND (A1.poster <> 'SYSTEM')
AND (IFNULL(LENGTH(A1.title), 0) + IFNULL(LENGTH(A1.body), 0) > 0)
ORDER BY A1.id DESC LIMIT 500