Controlled and Uncontrolled Redundancy

Differentiate between Controlled and Uncontrolled Redundancy

Questions by ayesha akram

Showing Answers 1 - 6 of 6 Answers

Redundancy is



  • Direct if a value is a copy of another

  • Indirect if the value can be derived from other values:

    • Simplifies retrieval but complicates update

    • Conversely integration makes retrieval slow and updates easier



  • Data redundancy can lead to inconsistency in the database unless
    controlled.

  • The system should be aware of any data duplication - the system is
    responsible for ensuring updates are carried out correctly.

  • A DB with uncontrolled redundancy can be in an inconsistent state - it can
    supply incorrect or conflicting information

  • A given fact represented by a single entry cannot result in inconsistency
    - few systems are capable of propagating updates i.e. most systems do not
    support controlled redundancy.

  Was this answer useful?  Yes

Azad

  • Feb 13th, 2015
 

drawback of traditional file system

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions