
AWS Certified Data Engineer - Associate
Get started today
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?
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?
Explanation:
A star schema is the most appropriate for this scenario as it optimizes for query performance by denormalizing the data into a central fact table and separate dimension tables. This design allows for efficient querying and aggregation of large volumes of time-series data, and it is flexible enough to accommodate changes in sensor data characteristics.