Multiple choice technology databases

Teradata runs on which architecture ?

  1. shared memory

  2. shared nothing

  3. shared everything

  4. shared all

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

Teradata uses a shared-nothing architecture where each AMP (Access Module Processor) has its own dedicated disk storage and operates independently. This eliminates resource contention and allows the system to scale linearly by adding more nodes, unlike shared-memory or shared-everything architectures.