This document summarizes Florian Lautenschlager's presentation at FOSDEM 2015 about using Apache Solr as a scalable time series database. The presentation discusses how to efficiently store billions of time-correlated data objects using data compression techniques and metadata in Solr documents. This allows fast retrieval of data points within milliseconds while using only 37GB of disk space for 68 billion objects. The document also outlines Solr's query capabilities and how custom functions can perform server-side decompression and aggregation for efficient querying of time series data stored in Solr.