2018-12-11 00:33:15 +01:00
|
|
|
|
|
|
|
|
2018-12-11 16:49:10 +01:00
|
|
|
# InfluxDB
|
2018-12-11 00:33:15 +01:00
|
|
|
|
2018-12-11 16:49:10 +01:00
|
|
|
|
|
|
|
_Time Series Databases have to deal with specific workloads and requirements.
|
|
|
|
They need to ingest millions of data points per second; to perform real-time
|
|
|
|
queries across these large data sets in a non-blocking manner; to downsample
|
|
|
|
and evict high-precision low-value data; to optimize data storage to reduce
|
|
|
|
storage costs; and to perform complex time-bound queries to extract meaningful
|
|
|
|
insight from the data. It is possible to meet these requirements only with a
|
|
|
|
purpose-built platform that InfluxData provides._
|