I am not sure if I should mix budget data and sales data in one table in SQL or separate it. Also, if I add descriptors into the table, this will only increase record sizes and reduce the value of caching by padding each record out with repeated data. Is using small descriptor tables at run time better than adding them during the overnight data warehouse update? Our data warehouse is small. How should I go about maintenance of this table?
Software/Hardware used:
ASKED:
September 9, 2008 7:56 PM
UPDATED:
September 20, 2008 10:06 PM
I am not a data warehouse expert, but it sounds to me that mixing budget and sales data in a same table is not a good idea.
Let’s hope someone else answer your other questions.