A very large phpmyadmin database issue...
Hello
Has anyone any suggestion how I can get around this phpmyadmin issue I'm having.
I'm using CS3 on a Mac.
Basically the phpmyadmin database stores 'mobile phone offer' details for a phone retailer and it's rather large - over 190,000 entries.
On the homepage of the retailers website I've put in a form, where you select a 'Network' and a 'Make' to narrow the entries down - i.e. select 'Vodafone' and 'iPhone' and click the submit button to go to a results page showing only 'iphones' available from 'Vodafone'.
The problem I have is because of the size of the database it takes over ten minutes to load the results page, obviously far too long.
Are there ways / techniques to speed up this process?
The form submits the 'Network' and 'Make' choice via GET and the results page is set up like...
SELECT * FROM database
WHERE Network = colname AND Make = colmake
ORDER BY `Monthly Line Rental` ASC
The colname and colmake link to GET results in the usual way.
Any help would be great
