Architecture
This section covers the technical architecture of Una's storage engine, including how data is structured in the database.
Overview
Una uses a star schema design with:
- Dimension tables that store hierarchical metadata
- Fact tables that store transactional and aggregated data
Topics
- Dimension Tables - How dimension hierarchies are stored
- Fact Tables - The various fact tables and their purposes