Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

    SELECT * FROM smb_editor_author CROSS JOIN smb_editor_leveldata
This query is taking forever to finish...


You should try locking the tables first. Maybe other people connecting is slowing it down, so a full table lock would be a good idea.

Remember to keep the lock alive after the query finishes, just in case you need to query it again...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: