I'm getting some intermittent performance problems on my server:
I have the following database table:
5 columns, 1 index, currently 30k rows.
Eventually the table will need to be able to handle 10 million rows or more.
I understand that on an insert operation the index table will have to be updated. But, even with 30k rows, sometimes the querys take like 2 or 3 seconds. does this sound right to you? or is my server under some other kind of load. Sometimes the same query executes in less then a tenth of a second. The table is the default type (whatever that is in mysql)
any advice on this matter would be appreciated.
thanks
cdude