Site LogoSite Logo
  • πŸ—ƒοΈ read_me
  • backend
    • api
    • canal
    • data-systems
      • compute_storage_separation_architecture
      • data_compute_platform
      • data_federation
      • data_lakehouse
      • data_lakes
      • data_models
      • data_processing_architectures
      • data_skew
      • data_warehouse_naming_conventions
      • data_warehouses
      • databricks_cluster_config
      • ddia_chapter_1
      • delta_lake
      • extract_transform_load
      • gemini_state_backend
      • hot_cold_storage
      • htap
      • materialization
      • materialized_view
      • olap
      • olap_operations
      • oltp
      • oltp_vs_olap
      • pangu
      • snowflake_schema
      • star_schema
      • storage_computing_architectures
      • storage_disaggregation_architecture
      • time_series_database
      • view
    • databases
    • frameworks
    • hologres
    • integration
    • languages
    • media
    • os
    • sql
    • streaming
  • concepts
  • dump
  • finance
  • frontend
  • infrastructure
  • skating
  • backend
  • data-systems
  • snowflake_schema

πŸ—“οΈ 02112024 1225
πŸ“Ž

SNOWFLAKE SCHEMA

Extension of star_schema - Some dimension tables might lead to one or more secondary dimension tables

INFO

This results in a snowflake-like shape when the dimension tables are put together

Example​

Product Dimension Table

  • Product ID
  • Product name
  • Product type ID
  • Product cost

Product Type Dimension Table

  • Product type ID
  • Type name
  • Version
  • VariantΒ 

References​

  • https://aws.amazon.com/what-is/olap/
Previous
pangu
Next
star_schema
  • Example
  • References