Chapter 24: Problem 11
What are the main differences between tuple versioning and attribute versioning?
Short Answer
Expert verified
The main differences lie in the granularity of control and usage of storage space. Tuple versioning versions the entire tuple whenever any attribute changes, using more storage but being simpler. Attribute versioning versions individual attributes, offering finer control and efficient storage, but potentially leading to increased query complexity.