How can increase the performance of MySQL select query?
Answer Posted / nitin malhotra
WE CAN INCREASE THE PERFORMANCE OF SELECT STATEMENT BY USING
THE SELECTED FIELDS IN TTO THE INDEXING AND TO CHOOSE ONLY
THE FIELDS WHICH IS REQUIRED.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How many columns can be used for creating Index?
How to analyze tables with 'mysqlcheck'?
What is the phantom problem?
How we can create index in mysql?
How many sql dml commands are supported by 'mysql'?
What is database clustering in mysql?
What is the difference between procedure and function in mysql?
What is triggers?
What are the common mysql functions?
What is the difference between b-tree and hash indexes?
Is there a way to see the files which are stored?
What is pdo mysql?
change column name and make a unique column so we get no dupes.
How can I see mysql database?
How do I assign a variable in mysql?