A table for IoT devices that measure water usage is created. The table rapidly grows to contain more than 2 billion rows.

The general query patterns for the table are:
DeviceId, IOT_timestamp, and CustomerId are frequently used in SELECT filter predicates.
- The
City and DeviceManufacturer columns are often retrieved.
UniqueId is often counted.
Which field(s) should be used for the clustering key?
Community Discussion