how fastest access of data can be done from database ?

Answers were Sorted based on User's Feedback



how fastest access of data can be done from database ?..

Answer / senthil

We can retrieve data fast
1. By the query optimization
2. Set the index for Not null fields(varchar data type)
3. BY using the join query

By using the mysql_fetch_array() function to retrieve the data

Is This Answer Correct ?    0 Yes 0 No

how fastest access of data can be done from database ?..

Answer / 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

how fastest access of data can be done from database ?..

Answer / alok raghuvanshi

please tell me the algorithms or the way how fast access and
retrieval can be done from database using mysql ?????
Thanx in advance.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More MySQL Interview Questions

What is the maximum number of records in mysql table?

0 Answers  


What is a session in mysql?

0 Answers  


What is blob datatype in mysql?

0 Answers  


How to get nth highest salary from table in a mysql?

0 Answers  


How to get current MySQL version?

0 Answers  






How do you insert a table?

0 Answers  


How to store binary data in mysql?

0 Answers  


What is mysql_pconnect?

0 Answers  


Write a program using the select statement, while loop.

0 Answers  


What are the different table present in MYsql?

3 Answers  


What is the difference between primary key and candidate key?

0 Answers  


In mysql, what is the default storage engine?

0 Answers  


Categories