« Dénormalisation » : différence entre les versions


(Page créée avec « ==en construction== == Définition == XXXXXXXXX == Français == ''' XXXXXXXXX ''' == Anglais == ''' Denormalization''' Denormalization is the process of adding precom... »)
(Aucune différence)

Version du 22 août 2022 à 08:44

en construction

Définition

XXXXXXXXX

Français

XXXXXXXXX

Anglais

Denormalization

Denormalization is the process of adding precomputed redundant data to an otherwise normalized relational database to improve read performance of the database. Normalizing a database involves removing redundancy so only a single copy exists of each piece of information. Denormalizing a database requires data has first been normalized.

With denormalization, the database administrator selectively adds back specific instances of redundant data after the data structure has been normalized. A denormalized database should not be confused with a database that has never been normalized.


Source : techtarget

Contributeurs: Marie Alfaro, wiki