Hi again,
I have a view which brings together 18 columns of data from various other tables, as well as subtotals by product, subtotals by state and a national total (by using Unions of different selects in the view definition).
If I search in PHPMyAdmin on a week's data (the week's end date is hard coded into the database on data import), it shows the first 30 records in 20 seconds. Dataface is lucky to do it in under 100 seconds (9 columns are hidden in Dataface).
Is there anything I should be looking for that will help improve the performance? I know I've been a bit sketchy, wasn't sure what info to include.
Thanks
Sean