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
Does uninstalling mysql delete database?
How do I view a mysql database?
What is orm in mysql?
What is the difference between procedure and function in mysql?
How to rename an existing column in a table?
What is myisamchk?
How to write after insert event update trigger on the same table in mysql?
What is the data type for file in mysql?
What is the default password for mysql?
Write a program using the select statement, while loop.
How to calculate the difference between two dates?
How do you flush privileges?
How to delete a table.
what is cte? : Mysql dba
What is trigger in mysql?