What Is a LASR Star Schema?

A LASR star schema is very similar to a typical star schema in a relational database. Imagine a single fact table that is surrounded by dimension tables. Each dimension table is joined to the fact table with a dimension key.
Single-level star schemas are supported. Snowflake schemas are not.