Hi,
The MySQL database I've got is running on a Windows SBS 2003 server, enough memory and only a hand full of users.
We've an orders table that currently holds around 15k of rows.
When I do the following:-
SELECT * FROM orders WHERE CustomerSurname = 'Smith'
I've just selected that CustomerSurname is a secondary index but not altered anything from default.
A search can take a round 20 seconds (when you're on the phone, it's slow!).
What should I be looking at to make the SQL server run faster?
Cheers for any help in advance.
Carl.
The MySQL database I've got is running on a Windows SBS 2003 server, enough memory and only a hand full of users.
We've an orders table that currently holds around 15k of rows.
When I do the following:-
SELECT * FROM orders WHERE CustomerSurname = 'Smith'
I've just selected that CustomerSurname is a secondary index but not altered anything from default.
A search can take a round 20 seconds (when you're on the phone, it's slow!).
What should I be looking at to make the SQL server run faster?
Cheers for any help in advance.
Carl.