fix(cloud-iox): infinite cardinality (#4851) (#4853)

pull/4854/head
Jason Stirnaman 2023-04-06 09:52:04 -05:00 committed by GitHub
parent b4ed7621f3
commit 2e2d3216c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ metrics, IoT data, and event monitoring.
**InfluxDB IOx** is InfluxDB's next generation storage engine that unlocks series
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
**SQL support**<!-- and improved InfluxQL performance -->.

View File

@ -66,7 +66,7 @@ question as you design your schema.
{{% note %}}
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.
The InfluxDB IOx engine supports nearly infinite tag value and series cardinality.
The InfluxDB IOx engine supports infinite tag value and series cardinality.
{{% /note %}}
---