16.01.2015, 17:10
Quote:
Huge query might take some time to be executed and (With unthreaded queries ) It might cause the server to freezes as much as I know.
You can see how much the execution took by logging the query using mysql_log Also it's recommended to thread all of your queries to prevent lag/freeze |
And how do i thread the query, an example?