Viewing 4 posts - 1 through 5 (of 5 total)
I suppose separate DBs means easier maintenance: if you were to use disk and table partitioning and separate tablespaces wouldn't the result be similar? I can see that the modular...
July 9, 2010 at 6:57 am
I agree with extensive use of foreign keys in an OLTP database (I worked on one recently which had NONE and it was a very scary experience). Personally I would...
July 9, 2010 at 4:42 am
Do you mean separate databases for the fact and dimension tables?
I am curious to know if this slows down joins between fact and dimension tables due to their being in...
July 8, 2010 at 10:49 am
Shouldn't those 5 missing zip codes be shown up by the RI in the OLTP database?
If the OLTP database lacks RI it won't exist in the DW either!
I think that...
July 8, 2010 at 7:09 am
Viewing 4 posts - 1 through 5 (of 5 total)