Normalization vs Denormalization
156721Sep 7 2005 — edited Sep 8 2005I have a order transaction table as subitem level.
The table order_subitem is 30 column table with 300 million rows and is about 60 GB is size.
The table has been denormalized with item and order level attributes.
Will breaking the table in to 4 tables (normalizing) and then creating a view for the user help in terms of user query performance ?