How can we optimize or increase the speed of a mysql select
query?
Answer Posted / shanmuga
Using Proper Index.
Using LIMIT
using Primary KEy.
Important : Whenever the huge no of updation or deletion
happened in that table use OPTIMIZE TABLE command.This will
reduce the unused space.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
How to call php function from javascript using ajax?
Can age be a variable?
What is local variable in php?
What is a helper function?
How do you connet mysql database with php?
What is mvc in php?
How to remove duplicate values from array using php?
Why shouldn't I use mysql_* functions in php?
How to convert a character to an ascii value?
How does php work with apache?
What is the difference between unset and unlink?
What is php pathinfo?
What is php and what does it do?
When sessions ends?
Explain the three different kinds of Arrays?