hogmahub
June 8th, 2004, 06:46 AM
I have a large SP which has to calculate a large P&L on the fly. It is key that this works very quickly and as such which is the best architecture for speed:
Table One:
Sku Value1 Value2
0120 20 Brand1
0121 20 Brand1
0121 20 Brand1
obviously this table can be normalised further, but if I add an extra table and outer join to all SQL statements in the SP will it be any quicker?
Thanks
Ian
Table One:
Sku Value1 Value2
0120 20 Brand1
0121 20 Brand1
0121 20 Brand1
obviously this table can be normalised further, but if I add an extra table and outer join to all SQL statements in the SP will it be any quicker?
Thanks
Ian