Alright im looking for the best way to setup this table if 1 massive table is the right way or if breaking them down would be better.
I have a 999x999 record matrix. It consists of the first 3 numbers of a zipcode and a corresponding number, aka. zone chart.
Now im wondering would it be best to setup 1 giant table with each 3rows the origin zip/dest zip/zone or would breaking them down in 10 tables run faster. Right now 1 giant table would run fine but if it got some heavy usage I do not think it would perform as well as it could. There is actually 2 results for each zone so it possibly could be 2million records.