How can we optimize or increase the speed of a mysql select
query?
Answer Posted / nikunj
For increase speed of select query, there are some factor
like...
-By using Limit in query
-By using Index on table
-By using Primary key
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
Is there an easy way to delete an element from a php array?
What is difference between echo and print in php?
How come the code works, but doesn’t for two-dimensional array of mine?
How do I display php errors?
Why php is better?
Tell me what is the use of "enctype" attribute in a html form?
What is an object in php?
What is the use of extract function in php?
How big is nvarchar max?
Is key exist in array php?
Do you know what is the differences between $a != $B and $a !== $B?
What are sql functions?
How is session id stored in browser?
How to send email using php script?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?