Forum Discussion

CharleyKirton's avatar
CharleyKirton
Frequent Visitor
3 years ago
Solved

GUID and Date primary key column size issue

Hello,   I have a bit of an issue I'm trying to solve...   I have data which is for all users of a platform, at daily granularity.  The users have a GUID as their ID, which even on it's own is la...
  • ppm1's avatar
    ppm1
    3 years ago

    Not exactly. Both the Date and Person tables would relate directly to the fact table. But you could also replace your GUID string with an integer index in both tables for the relationship.

     

    Pat