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
Write a program in php to find the occurrence of a word in a string?
What type of headers have to be added in the mail function to attach a file?
What is form submission?
How is a session id generated?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What are the Formatting and Printing Strings available in PHP?
Tell me how do you define a constant?
What is super () python?
How does php isset work?
How does php serialize work?
Explain what does $_files means?
Can I use php in visual studio?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
Does empty check for null?
What is php and what does it do?