Multiple choice technology

Records are updated in-place on disk

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Netezzza uses a zone map architecture and append-only storage model. Updated records are marked as deleted and new versions are appended rather than being modified in-place. This design supports features like time travel queries and efficient rollback capability.