Star Schema Design for BI Reporting
Explain star schema design principles — fact and dimension tables, grain, conformed dimensions — as the foundation for OBIEE/OAC reporting performance and usability.
Star schema design is the data-warehouse-side counterpart to everything discussed in the RPD's BMM layer, and interviewers ask about it because a poorly designed physical schema makes even the best RPD modeling an uphill battle — you can't navigate around a fundamentally wrong grain or a missing conformed dimension.
A star schema is like a hub-and-spoke airport model: the fact table is the central hub processing all the actual traffic (measures), and each dimension is a spoke airport with its own detailed local information (attributes) — conformed dimensions are like using the same airport codes and time zones across every airline's schedule, so combining different airlines' flight data still makes sense together.