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
How do I setup a mysql database?
Why mysql is so popular?
Is mysql deprecated?
What is difference between mysql mysqli and pdo?
What is difference between mysql_connect and mysql_pconnect?
What can you do with mysql?
Is mysql open source?
What is a string in mysql?
How to use in conditions?
How do I rename a mysql database?
What is mysql primary key?
Who owns mysql database?
How do I quit mysql?
What are the non-standard sql commands supported by 'mysql'?
How to include numeric values in sql statements?