The document discusses strategies for storing time series data from IoT devices in Apache HBase. It describes how IoT data streams typically have a time-series format with identifiers, timestamps and values. It proposes using HBase to store the raw, compressed and aggregated time series data separately with different retention policies. FIFO compaction is recommended for raw data while ECPM or date tiered compaction could be used for compressed and aggregated data. This would reduce read and write I/O compared to the default HBase settings while preserving the temporal locality of the time series data.