From 1d690aa7e695aeddc06af681dcaa38d5d28883e9 Mon Sep 17 00:00:00 2001 From: Santo Leto Date: Tue, 12 Nov 2024 22:59:28 +0000 Subject: [PATCH 1/2] add a warning about lack of custom partitioning --- content/influxdb/cloud-serverless/_index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/influxdb/cloud-serverless/_index.md b/content/influxdb/cloud-serverless/_index.md index 2149d7656d..e71165c394 100644 --- a/content/influxdb/cloud-serverless/_index.md +++ b/content/influxdb/cloud-serverless/_index.md @@ -23,13 +23,20 @@ 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. +{{% /note %}} +{{% warn %}} #### 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 and custom partitioning +InfluxDB Cloud Serverless does not support custom partitioning. +To use custom partitioning, consider [InfluxDB Cloud Dedicated](../cloud-dedicated/admin/custom-partitions/) +or [InfluxDB Clustered](../clustered/admin/custom-partitions/). +{{% /warn %}} 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. From d0c778807120d4975499fe54504b448662355afc Mon Sep 17 00:00:00 2001 From: Santo <31849787+sleto-it@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:20:34 +0000 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Jason Stirnaman --- content/influxdb/cloud-serverless/_index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/influxdb/cloud-serverless/_index.md b/content/influxdb/cloud-serverless/_index.md index e71165c394..d0f46bfabe 100644 --- a/content/influxdb/cloud-serverless/_index.md +++ b/content/influxdb/cloud-serverless/_index.md @@ -32,10 +32,13 @@ 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). -#### InfluxDB Cloud Serverless and custom partitioning +#### Custom partitioning not supported + InfluxDB Cloud Serverless does not support custom partitioning. -To use custom partitioning, consider [InfluxDB Cloud Dedicated](../cloud-dedicated/admin/custom-partitions/) -or [InfluxDB Clustered](../clustered/admin/custom-partitions/). + +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/). {{% /warn %}} InfluxDB Cloud Serverless is a hosted and managed version of InfluxDB backed