Home TechnologyProgrammingSQL & Databases Subscribe to RSS

What Are The Advantages And Disadvantages Of Database Normalization?

Answer Question

1 Answer - Sort by: Date | Rating

    Advantages
    •Avoids data modification (INSERT/DELETE/UPDATE) anomalies as each data item lives in One place
    •Greater flexibility in getting the expected data in atomic granular
    •Normalization is conceptually cleaner and easier to maintain and change as your needs change
    •Fewer null values and less opportunity for inconsistency
    •A better handle on database security
    •Increased storage efficiency
    •The normalization process helps maximize the use of clustered indexes, which is the most powerful and useful type of index available. As more data is separated into multiple tables because of normalization, the more clustered indexes become available to help speed up data access
    Disadvantages
    •Requires much more CPU, memory, and I/O to process thus normalized data gives reduced database performance
    •Requires more joins to get the desired result. A poorly-written query can bring the database down
    •Maintenance overhead. The higher the level of normalization, the greater the number of tables in the database.
    0 0

    Muralid 

    answered 5 months ago

      More

      More

         
         

        Ask a Question via Twitter

        Send a question to @askblurtit and we will publish it online and send you a reply everytime you receive an answer.

        Blurtit Store

        Get T-shirts, hoodies, caps and more at the Blurtit store

        Blurtit International