
Ultimate access to all questions.
You are designing a schema for an Amazon Redshift data warehouse that will store sensor data from IoT devices. The data includes device IDs, timestamps, sensor readings, and location information. The schema must be optimized for time-series analysis and should support future changes in sensor data characteristics. Which of the following schema designs would be most appropriate?
A
A star schema with a central fact table for sensor readings and dimension tables for devices, timestamps, and locations.
B
A snowflake schema with normalized dimension tables for devices, timestamps, and locations.
C
A single flat table containing all sensor data.
D
A graph database schema to represent relationships between devices and sensor readings.