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
What does $_files means?
What is the difference between for and foreach loop in php?
What is a definer in mysql?
Write logic to print Floyd's triangle in PHP?
What is the correct syntax of mail() function in php?
Explain how is it possible to cast types in php?
What is the purpose of the php empty function?
What is escape data in php?
How to remove duplicate values from php array?
Tell me what does the initials of php stand for?
Which are the best start and end tags to use?
Explain about the data types in PHP?
Write a statement to show the joining of multiple comparisons in php?
What is $_ env in php?
how to track user logged out or not? when a user is idle?