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
Is mysql written in c?
How do I get a list of table names in mysql?
What is procedural api?
How to calculate expressions with sql statements?
How to show all records starting with the letters 'sonia' and the phone number '9876543210'
Can you tell how to find the number of rows in a resultset using php?
What is full text indexing in mysql?
How do I edit a database in mysql workbench?
How do you know the version of your mysql server?
What are stored procedures and functions?
How do I install mysql on windows 10 64 bit?
Is pdo more secure than mysqli?
What is relational database in mysql?
What is mysql enterprise edition?
How to find second highest salary from a table?