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
How to split a string into array using php?
What does the expression exception::__tostring means?
What is the content of /etc directory?
What are the array functions in php?
How to call javascript function in php on button click?
What are php magic methods?
Does php support function overloading?
Why overriding is called runtime polymorphism?
What is the difference between == and === in php?
Do you know what is the function mysql_pconnect() usefull for?
What is the string concatenation operator in php?
What does sign mean php?
How to strip whitespace (or other characters) from the beginning and end of a string?
What is difference between required and include in php?
What does $_env mean?