opslagschema
An opslagschema (lookup schema) is a design concept in data modeling and information systems that defines one or more lookup tables used to translate codes or keys into human-readable values or other reference data. It helps normalize data by separating reference data that is reused across transactions from the transactional data itself.
Core characteristics include a small set of reference data, where each row pairs a key or code
Common usage scenarios include relational databases, where a foreign key from a fact or dimension table points
Typical examples include country codes mapped to country names (DK → Denmark) or status codes mapped to
Limitations include the potential for extra joins to impact performance and the risk of stale data if