De-Normalization
De-normalization is a technique to move from higher to lower normal forms of database modeling in order to speed up database access.
It is also the processs of allowing redandencies. We use denormalazation in olap database. Select Is fast. There's a flat structure of data there's no joins, no complex queries so select statement is faster.
No comments:
Post a Comment