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
How to increase the maximum execution time of a script in php?
What is polymorphism?
How check variable is set or not in php?
Applications written to provide a GUI shell for Unix and Linux are called
What are the differences between session and cookie?
What are the benefits of using php and mysql?
How do I find out the number of parameters passed into function9?
What is the expansion of LAMP?
Explain include(), include_once, require() and require_once?
What do the initials of php stand for?
What is __ invoke in php?
What is the value for this auto incremented field user_pri_id?
What is the purpose of break and continue statement?
What is url encoding and decoding in php?
Why we use get in php?