Surrogate Keys (Hash Keys)
Surrogate Keys (Hash Keys)
AnalyticsCreator can automatically generate surrogate keys for all tables:
- Use the function Generate Hash Keys (Surrogate Keys)
- AC creates a calculated field (e.g., SK_BSEG) for each table
- Hash keys are based on the table’s primary key fields and stored as binary values to save space
- These keys replace business keys in joins — improving performance and avoiding NULL joins