How can we optimize or increase the speed of a mysql select
query?
Answer Posted / senthilkumar
1.Select <fieldname> from tablename.
2.Limit Setting.
3.Index Using
4.Primary key..
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is mysql_fetch_object?
What is difference between required and require_once in php?
What is difference between single quotes and double quotes in php?
Is php outdated 2019?
What is the difference between indexed and associative array?
Do you know what is the difference between the include() and require() functions?
Is age interval or ordinal data?
What is use of in_array() function in php?
What does the unset() function mean?
What is list in PHP?
What are magic methods?
Are php variables global?
What do you mean by core php?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
What is meant by variable variables in php?