From 3aa4c0eae1c4ff0b7038bb58e1d1c2d6604babb9 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Thu, 21 Aug 2025 14:50:44 -0500 Subject: [PATCH] Update content/influxdb/v1/administration/upgrading.md --- content/influxdb/v1/administration/upgrading.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/content/influxdb/v1/administration/upgrading.md b/content/influxdb/v1/administration/upgrading.md index 33de0ea92..cff4beca5 100644 --- a/content/influxdb/v1/administration/upgrading.md +++ b/content/influxdb/v1/administration/upgrading.md @@ -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/).