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
Do you know is it possible to extend the execution time of a php script?
How are cookies created?
How to register a variable in PHP session?
What is php oop?
Is set in php?
How do you end php?
How can you upload a file using php?
Explain what does $_server means?
How to find length of an array in php ?
what are the differences between php and perl
Is empty in excel?
What is the use of callback in php?
How do we get the current session id?
What are majic methords in php?
How to create a session? How to remove data from a session?