Update content/influxdb/v1/administration/upgrading.md

pull/6323/head
Jason Stirnaman 2025-08-21 14:50:44 -05:00 committed by GitHub
parent f2f24f4b16
commit 3aa4c0eae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 7 deletions

View File

@ -27,14 +27,15 @@ Upgrade to the latest version of InfluxDB OSS v1.
> - **In-memory index (inmem)** - Default option that maintains compatibility with earlier versions but has RAM limitations.
>
> **When to use TSI:**
> - High-cardinality datasets (many unique tag combinations)
> - Experiencing high memory usage or out-of-memory errors
> - Large production deployments
>
> - General purpose production instances.
> - Especially recommended for:
> - High-cardinality datasets (many unique tag combinations)
> - Experiencing high memory usage or out-of-memory errors
> - Large production deployments
>
> **When to use inmem:**
> - Small datasets where memory is not a constraint
> - Development or testing environments
> - Maintaining compatibility with existing tooling
> - Small datasets when memory is not a constraint
> - Ephemeral deployments such as development or testing environments
>
> To learn more about TSI, see [Time Series Index overview](/influxdb/v1/concepts/time-series-index/) and [TSI details](/influxdb/v1/concepts/tsi-details/).