definition | In a relational database, an approach to speeding up read performance (data retrieval) in which the administrator selectively adds back specific instances of redundant data after the data structure has been normalised. After data has been duplicated, the database designer must take into account how multiple instances of the data will be maintained. One way to denormalise a database is to allow the database management system (DBMS) to store redundant information on disk. This has the added benefit of ensuring the consistency of redundant copies. Another approach is to denormalise the actual logical data design, but this can quickly lead to inconsistent data. Rules called constraints can be used to specify how redundant copies of information are synchronised, but they increase the complexity of the database design and also run the risk of impacting write performance. | ||||||
---|---|---|---|---|---|---|---|
editorial note | Expert review decision, 2021-22: No review this cycle | ||||||
related |
|
||||||
type |
|
||||||
in scheme |
|
||||||
top concept of | rdmt original |