parent
b4ed7621f3
commit
2e2d3216c6
|
@ -36,7 +36,7 @@ metrics, IoT data, and event monitoring.
|
||||||
|
|
||||||
**InfluxDB IOx** is InfluxDB's next generation storage engine that unlocks series
|
**InfluxDB IOx** is InfluxDB's next generation storage engine that unlocks series
|
||||||
limitations present in the Time Structured Merge Tree (TSM) storage engine.
|
limitations present in the Time Structured Merge Tree (TSM) storage engine.
|
||||||
InfluxDB IOx allows nearly infinite series cardinality without any impact on
|
InfluxDB IOx allows infinite series cardinality without any impact on
|
||||||
overall database performance. It also brings with it native
|
overall database performance. It also brings with it native
|
||||||
**SQL support**<!-- and improved InfluxQL performance -->.
|
**SQL support**<!-- and improved InfluxQL performance -->.
|
||||||
|
|
||||||
|
|
|
@ -66,7 +66,7 @@ question as you design your schema.
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
If coming from a version of InfluxDB backed by the TSM storage engine, **tag value**
|
If coming from a version of InfluxDB backed by the TSM storage engine, **tag value**
|
||||||
cardinality no longer affects the overall performance of your database.
|
cardinality no longer affects the overall performance of your database.
|
||||||
The InfluxDB IOx engine supports nearly infinite tag value and series cardinality.
|
The InfluxDB IOx engine supports infinite tag value and series cardinality.
|
||||||
{{% /note %}}
|
{{% /note %}}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue