From 5624e68bf89580ba8ad155eafffb362beca82e7f Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 22 Aug 2024 15:32:17 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jason Stirnaman --- .../cloud-dedicated/admin/custom-partitions/view-partitions.md | 2 +- .../clustered/admin/custom-partitions/view-partitions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/influxdb/cloud-dedicated/admin/custom-partitions/view-partitions.md b/content/influxdb/cloud-dedicated/admin/custom-partitions/view-partitions.md index 394e464fc..602c255e6 100644 --- a/content/influxdb/cloud-dedicated/admin/custom-partitions/view-partitions.md +++ b/content/influxdb/cloud-dedicated/admin/custom-partitions/view-partitions.md @@ -127,7 +127,7 @@ SELECT * FROM system.tables {{% note %}} If a table doesn't include a partition template in the output of this command, -the tables uses the default partition strategy of one day and does not partition +the table uses the default (1 day) partition strategy and doesn't partition by tags or tag buckets. {{% /note %}} diff --git a/content/influxdb/clustered/admin/custom-partitions/view-partitions.md b/content/influxdb/clustered/admin/custom-partitions/view-partitions.md index c360e13d6..d167ab17e 100644 --- a/content/influxdb/clustered/admin/custom-partitions/view-partitions.md +++ b/content/influxdb/clustered/admin/custom-partitions/view-partitions.md @@ -127,7 +127,7 @@ SELECT * FROM system.tables {{% note %}} If a table doesn't include a partition template in the output of this command, -the tables uses the default partition strategy of one day and does not partition +the table uses the default (1 day) partition strategy and doesn't partition by tags or tag buckets. {{% /note %}}