Quote:
Originally Posted by jayram1989
I'm trying to retreive all contacts to web browser and it have the function indexing for all query, MYsql version 5.56
|
I still have no idea what you are asking.
At first I thought that you were talking about retreiving ALL 9 million records at once. If so, and if you are retreiving them into a browser... then good luck! Not only would that take forever, it would also be mostly useless.
But I suspect that you are asking about retreiving some subset of records such as all contacts in a certain location, or with a certain name, etc. If that is the case then it will depend on the schema (table structure), indexing and how the queries are structured.
So, could you provide at least the following:
1. The table structure you are querying
2. An example of a query you are using to return some subset of records
Then we cna begin to offer useful suggestions.