Re: Slow MySQL Table Inserts

2007-09-07 Thread Baron Schwartz
Chris Portka wrote: I'm trying to create a table in MySQL with a few simple requirements, but my table loads data very slowly. I need two columns, one of them a 10 digit string and another a very large integer. These pairs must be unique. There must be an index on the 10 digit string for fas

Slow MySQL Table Inserts

2007-09-07 Thread Chris Portka
I'm trying to create a table in MySQL with a few simple requirements, but my table loads data very slowly. I need two columns, one of them a 10 digit string and another a very large integer. These pairs must be unique. There must be an index on the 10 digit string for fast lookups. Here's h