faktataulu
A faktataulu, or fact table, is a central component of dimensional data warehouse schemas. It stores numerical measurements or metrics about business processes, such as sales amounts, quantities, costs, or profits. Each row represents a measurable event or observation at a defined grain, and the table includes foreign keys to related dimension tables that provide context (such as date, product, store, or customer).
Structure and grain define the fact table. The key columns are the fact measures (the numeric values)
Types and schemas. Fact tables are commonly used in star schemas, where they reference a set of
Example. A sales fact table might include date_key, product_key, store_key, customer_key, and measures such as sales_amount,
Maintenance and use. Fact tables are typically append-only in data warehouses, with data loaded through ETL