Replace Field Values with Hash in Fact Table.. ¿Is it a Good Idea?
Hi
I have three fact tables, but I don't have ID for some fields, just the "Text".
As I need to compare values between the fact tables, I've reader some articles that use link tables to compare.. But all of the uses the ID of the fields. I'm trying to use Generic keys to solve the problem (I accept any other suggestion!).
So I wonder if it is a good idea to "Create" an ID for my field using a Hash Function?