how fastest access of data can be done from database ?
Answer Posted / bharanikumar
use mysql_fetch_object instead of fetch_array ,
SET cache ,
SET GLOBAL query_cache_size=5000
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why is mysql popular?
What can I do with mysql?
How does php communicate with mysql?
What are the differences between char and nchar?
How do I optimize a selected query in mysql?
How do I use mysql?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
How to use sum function in where clause in mysql?
What is the difference between having and where clause in mysql? Explain
What is the datatype of image in mysql?
What are numeric data types?
How many sql dml commands are supported by 'mysql'?
How is data stored in mysql?
What is the difference between truncate and delete in mysql?
What are the different column comparison operators in mysql?