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
When should you use a stored procedure?
Who is the father or inventor of php?
What is super () python?
Is runtime polymorphism overriding?
What are the different types of PHP arrays?
How to get the number of characters in a string?
What is lazy loading in php?
What is the difference between for and foreach in php?
Which Scripting Engine PHP uses?
What are the design patterns in php?
What is helper library?
What is the difference between public, protected and private?
Who created numbers?
What is curl php?
What is difference between echo and print in php?