Multiple choice technology

What is Data Skew

  1. Loading data into table

  2. Unloading data from table

  3. Data is not loaded into all SPU’s

  4. All of the above

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

Data skew is an uneven distribution of data across processing units (SPUs). When some SPUs receive significantly more data than others, they become bottlenecks while other SPUs sit idle. This defeats the purpose of parallel processing and severely degrades query performance. It's typically caused by poor distribution key choice in MPP databases.