Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/6323/head
Jason Stirnaman 2025-08-21 14:57:22 -05:00 committed by GitHub
parent 3aa4c0eae1
commit e7e59322ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Upgrade to the latest version of InfluxDB OSS v1.
> InfluxDB 1.11.x supports two index types:
>
> - **Time Series Index (TSI)** - Recommended for most users. Removes RAM-based limits on series cardinality and provides better performance for high-cardinality datasets.
> - **In-memory index (inmem)** - Default option that maintains compatibility with earlier versions but has RAM limitations.
> - **In-memory index (inmem)** - Default option that maintains compatibility with earlier versions but is limited by available system RAM (series cardinality is limited by available RAM).
>
> **When to use TSI:**
> - General purpose production instances.