Overnormalization

前端 未结 11 988
一整个雨季
一整个雨季 2020-12-24 01:48

When would a database design be described as overnormalized? Is this characterization an absolute one? Or is it dependent on the way it is used in the application? Thanks.

11条回答
  •  無奈伤痛
    2020-12-24 02:27

    Normalize your OLTP databases, and denormalize your OLAP databases. Each has a mission that dictates its schema. Like normalized transaction databases, data warehouses exist for a reason. A complete system needs both.

提交回复
热议问题