This document provides an overview of interval partitioning and rolling window table partitioning in IBM Informix. It discusses:
- Partitioning 101, including the benefits of partitioning like capacity, parallelism, and time cyclic data management.
- Interval partitioning, which fragments data based on an interval value (e.g. monthly) and allows Informix to automatically create new fragments without downtime when data exceeds the initial fragments.
- Rolling window table partitioning, which allows time-series data to be stored for a defined period then automatically detached to reduce storage requirements and improve query performance over time.