Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>pull/5574/head
parent
7652baf27e
commit
5624e68bf8
|
@ -127,7 +127,7 @@ SELECT * FROM system.tables
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
If a table doesn't include a partition template in the output of this command,
|
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.
|
by tags or tag buckets.
|
||||||
{{% /note %}}
|
{{% /note %}}
|
||||||
|
|
||||||
|
|
|
@ -127,7 +127,7 @@ SELECT * FROM system.tables
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
If a table doesn't include a partition template in the output of this command,
|
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.
|
by tags or tag buckets.
|
||||||
{{% /note %}}
|
{{% /note %}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue