I have a MySQL database that is populated via a C# application, mass uploading records on the scale of 100+ million records. After these records are imported, further analysis and other scoring tools are used on the data. When I choose a smaller subset of data, the records get in fine, however, when I use the full dataset, once record #16777216 is reached, this error occurs. Before I had unique primary settings in place, duplicate ID records were being created here and there, but the data was all getting in. However, with dup records in place, futher processing was producing incorrect results.
My question is simple, has anyone heard of this problem before, and if so, what is going on? Is this a bug in my version of MySQL? I am running MySQL 5.0.67 on Windows XP.
Thanks so much!!