Skip to content

Commit 92ebd7f

Browse files
authored
Merge pull request #5789 from influxdata/pd/correct-install-info
Correct install info on Core and Enterprise
2 parents c0e3f49 + 07544cf commit 92ebd7f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

content/influxdb3/core/install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ InfluxDB 3 Core runs on **Linux**, **macOS**, and **Windows**.
2525

2626
A key feature of InfluxDB 3 is its use of object storage to store time series
2727
data in Apache Parquet format. You can choose to store these files on your local
28-
file system, however, we recommend using an object store for the best overall
29-
performance. {{< product-name >}} natively supports Amazon S3,
28+
file system. Performance on your local filesystem will likely be better, but
29+
object storage has the advantage of not running out of space and being accessible
30+
by other systems over the network. {{< product-name >}} natively supports Amazon S3,
3031
Azure Blob Storage, and Google Cloud Storage.
3132
You can also use many local object storage implementations that provide an
3233
S3-compatible API, such as [Minio](https://min.io/).

content/influxdb3/enterprise/install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ InfluxDB 3 Enterprise runs on **Linux**, **macOS**, and **Windows**.
2525

2626
A key feature of InfluxDB 3 is its use of object storage to store time series
2727
data in Apache Parquet format. You can choose to store these files on your local
28-
file system, however, we recommend using an object store for the best overall
29-
performance. {{< product-name >}} natively supports Amazon S3,
28+
file system. Performance on your local filesystem will likely be better, but
29+
object storage has the advantage of not running out of space and being accessible
30+
by other systems over the network. {{< product-name >}} natively supports Amazon S3,
3031
Azure Blob Storage, and Google Cloud Storage.
3132
You can also use many local object storage implementations that provide an
3233
S3-compatible API, such as [Minio](https://min.io/).

0 commit comments

Comments
 (0)