T tprinty New member Sep 16, 2007 6 0 0 Jun 5, 2008 #21 might want to ad indexes If it dosen't already exist you may want to add an index on the ID column in the database. This will help MySQL find the correct record to delete faster. something like: CREATE INDEX id_index ON Horizon.Products (id);
might want to ad indexes If it dosen't already exist you may want to add an index on the ID column in the database. This will help MySQL find the correct record to delete faster. something like: CREATE INDEX id_index ON Horizon.Products (id);