Merge pull request #5703 from influxdata/pr/sleto-it/5676

Serverless: Flux warning and custom partitioning note
pull/5704/head
Jason Stirnaman 2024-12-05 15:53:36 -06:00 committed by GitHub
commit 096b3e387e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 31 additions and 17 deletions

View File

@ -11,25 +11,29 @@ menu:
weight: 1
---
{{% note %}}
This InfluxDB Cloud documentation applies to all [organizations](/influxdb/cloud-serverless/admin/organizations/) created through
**cloud2.influxdata.com** on or after **January 31, 2023** that are powered by
the InfluxDB v3 storage engine. If your organization was created before this
date or through the Google Cloud Platform (GCP) or Azure marketplaces, see the
[InfluxDB Cloud (TSM) documentation](/influxdb/cloud/).
> [!Note]
> This InfluxDB Cloud documentation applies to all [organizations](/influxdb/cloud-serverless/admin/organizations/) created through
> **cloud2.influxdata.com** on or after **January 31, 2023** that are powered by
> the InfluxDB v3 storage engine. If your organization was created before this
> date or through the Google Cloud Platform (GCP) or Azure marketplaces, see the
> [InfluxDB Cloud (TSM) documentation](/influxdb/cloud/).
>
> To see which storage engine your organization is using,
> find the **InfluxDB Cloud powered by** link in your
> [InfluxDB Cloud organization homepage](https://cloud2.influxdata.com) version information.
> If your organization is using InfluxDB v3, you'll see
> **InfluxDB Cloud Serverless** followed by the version number.
To see which storage engine your organization is using,
find the **InfluxDB Cloud powered by** link in your
[InfluxDB Cloud organization homepage](https://cloud2.influxdata.com) version information.
If your organization is using InfluxDB v3, you'll see
**InfluxDB Cloud Serverless** followed by the version number.
> [!Warn]
> #### InfluxDB v3 and Flux
>
> InfluxDB Cloud Serverless and other InfluxDB v3 products don't support Flux.
> Although Flux might still work with {{% product-name %}}, it isn't
> officially supported or optimized for InfluxDB v3.
>
> Flux is now in maintenance mode. For more information, see
> [The future of Flux](/flux/v0/future-of-flux).
#### InfluxDB v3 and Flux
InfluxDB Cloud Serverless and other InfluxDB v3 products do not support Flux.
Flux is now in maintenance mode. For more information, see
[The future of Flux](/flux/v0/future-of-flux).
{{% /note %}}
InfluxDB Cloud Serverless is a hosted and managed version of InfluxDB backed
by InfluxDB 3.0, the time series platform designed to handle high write and query loads.

View File

@ -21,6 +21,16 @@ aliases:
Optimize SQL and InfluxQL queries to improve performance and reduce their memory and compute (CPU) requirements.
Learn how to use observability tools to analyze query execution and view metrics.
> [!Note]
>
> #### Custom partitioning not supported
>
> {{% product-name %}} doesn't support custom partitioning.
>
> Custom partitioning can benefit queries that look for a specific tag value in the `WHERE` clause.
> To use custom partitioning, consider [InfluxDB Cloud Dedicated](/influxdb/cloud-dedicated/admin/custom-partitions/)
> or [InfluxDB Clustered](/influxdb/clustered/admin/custom-partitions/).
- [Why is my query slow?](#why-is-my-query-slow)
- [Strategies for improving query performance](#strategies-for-improving-query-performance)
- [Query only the data you need](#query-only-the-data-you-need)