Re: faster inserts & updates

2001-10-22 Thread Priya Ramkumar
tain? What kind > of primary keys and indices do you have? > > > Tom Haapanen > [EMAIL PROTECTED] > > > -Original Message- > From: Priya Ramkumar [mailto:[EMAIL PROTECTED]] > Sent: 22 October 2001 06:01 > To: [EMAIL PROTECTED] > Subject: faster inserts &

faster inserts & updates

2001-10-22 Thread Priya Ramkumar
Hi I have a PHP program which adds records to a MySQL table. The number of records in the table after the execution of the program is around 28,000. I also have select & update queries in the program on the same table. The process takes a very long time to complete all insertions to the table. I