how can i execute large mysql queries fast

Posted by testkhan on Stack Overflow See other posts from Stack Overflow or by testkhan
Published on 2010-06-11T09:22:27Z Indexed on 2010/06/11 9:33 UTC
Read the original article Hit count: 152

Filed under:
|

I have 4 mysql tables and have a single query with JOIN on multiple tables and I am requesting it via jquery ajax, but it takes to much long time from about 1-3 minutes while I want to execute them on average 2-5 seconds.

is there any special way to execute the quries fast

© Stack Overflow or respective owner

Related posts about php

Related posts about jQuery