Teradata runs on which architecture ?
-
shared memory
-
shared nothing
-
shared everything
-
shared all
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.