10
Reply

What is Denormalization?

Praveen Moosad

Praveen Moosad

Mar 29, 2014
2.8k
1

    Denormalization is opposite to the normalization.Actually it is a process of attempting to optimize the read performance of a by adding redundant data or by grouping data. It is used for fast searching the data in a table.

    RAHUL SHUKLA
    July 28, 2015
    1

    Denormalization is the process of attempting to optimize the read performance of a database by adding redundant data or by grouping data.In some cases, denormalization is a means of addressing performance or scalability in relational database software.

    Praveen Moosad
    March 29, 2014
    1

    ??? runman7942.com ?? ???? ???? ?? ????

    Jiseo Lee
    October 18, 2016
    0

    Denormalization is just opposite approach of normalization . Denor. we add some redundant data to increase performance........

    In computing, denormalization is the process of attempting to optimize the read performance of a database by adding redundant data or by grouping data. In some cases, denormalization is a means of addressing performance or scalability in relational database software.

    Kml Surani
    May 13, 2015
    0

    De-Normalization is the process which increase dependency and redundancy in data.

    Satyam Verma
    April 09, 2015
    0

    In a relational database, denormalization is an approach to optimizing performance in which the administrator selectively adds back specific instances of duplicate data after the data structure has been normalized.

    Ashu Bahl
    November 19, 2014
    0

    Normalize the database until it hurts you. Denormalized the database until you achieve your goal.

    Naveed Zaman
    May 16, 2014
    0

    Denormalization is the process of attempting to optimize the read performance of a database by adding redundant data or by grouping data.[1][2] In some cases, denormalization helps cover up the inefficiencies inherent in relational database software. A relational normalized database imposes a heavy access load over physical storage of data even if it is well tuned for high performance.

    Munesh Sharma
    April 13, 2014
    0

    Denormalization is the reverse process of the normalization process. Denormalization works by adding redundant data or grouping data to optimize the performance. Even though, adding redundant data sounds counter-productive, sometimes denormalization is a very important process to overcome some of the shortcomings in the relational database software that may incur heavy performance penalties with normalized databases (even tuned for higher performance). This is because joining several relations (which are results of normalizing) to produce a result to a query can sometimes be slow depending on the actual physical implementation of the database systems.

    Abhay Shanker
    April 02, 2014
    0