I am transforming an existing star schema model into data vault. The main table contains 4 foreign keys coming from 4 different table. In data vault modelling techniques, what is the best practice in modelling such thing:
- Use one link connecting the 4 tables hashed FK into the main table's hub?
- Or using 4 links, each one is a relation between the main table and itself?
I am new to data vault and I didn't go through such thing when I learned about it.