In a star schema, are foreign key constraints between facts and dimensions neccessary?
Posted
by Garett
on Stack Overflow
See other posts from Stack Overflow
or by Garett
Published on 2010-05-12T13:54:43Z
Indexed on
2010/05/12
14:04 UTC
Read the original article
Hit count: 269
I'm getting my first exposure to data warehousing, and I’m wondering is it necessary to have foreign key constraints between facts and dimensions. Are there any major downsides for not having them? I’m currently working with a relational star schema. In traditional applications I’m used to having them, but I started to wonder if they were needed in this case. I’m currently working in a SQL Server 2005 environment.
© Stack Overflow or respective owner