Chronix is a fast and efficient time series storage system based on Apache Solr. It can store large amounts of time-correlated data objects, like 68 billion data objects from sensor data collected over a year, using only 32GB of disk space and retrieving data within milliseconds. It achieves this through compressing time series data into chunks and storing the compressed chunks and associated attributes in records within Apache Solr. Chronix provides specialized time series aggregations and analyses through its query language to enable common time series operations like aggregations, trend analysis, and outlier detection.