Multiple choice technology databases

What option can best describe Teradata’s architecture?

  1. Shared everything

  2. Shared memory

  3. Shared nothing

  4. Shared data

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

Teradata uses a shared-nothing architecture where each node (AMP) has its own memory and disk storage, with no shared resources between nodes. This is in contrast to shared-everything (like traditional SMP systems), shared-memory architectures, or shared-data designs. Shared-nothing enables linear scalability and high availability by eliminating resource contention.