What are the disadvantages of not performing Database Normalization?

The major disadvantages are:

  • The occurrence of redundant terms in the database which causes the waste of the space in the disk.
  • Due to redundant terms inconsistency may also occur id any change will be made in the data of one table but not made in the same data of another table then inconsistency will take place, which will lead to the maintenance problem and effects the ACID properties as well.