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 %}}