hotfix: typos in custom partition docs
parent
878715d0c7
commit
f21f09a32e
|
@ -41,7 +41,7 @@ Use the following command flags to identify
|
|||
|
||||
- `--template-tag`: An [InfluxDB tag](/influxdb/cloud-dedicated/reference/glossary/#tag)
|
||||
to use in the partition template.
|
||||
_Supports up to 7 of these flags._
|
||||
_Supports up to seven of these flags._
|
||||
- `--template-timeformat`: A [Rust strftime date and time](/influxdb/cloud-dedicated/admin/custom-partitions/partition-templates/#time-part-templates)
|
||||
string that specifies the time format in the partition template and determines
|
||||
the time interval to partition by.
|
||||
|
|
|
@ -209,7 +209,7 @@ format in the InfluxDB v3 storage engine. By default, data is partitioned by day
|
|||
but, depending on your schema and workload, customizing the partitioning
|
||||
strategy can improve query performance.
|
||||
|
||||
Use the `--template-tag` and `--template-timeformat` flags define partition template
|
||||
Use the `--template-tag` and `--template-timeformat` flags to define partition template
|
||||
parts used to generate partition keys for the database.
|
||||
For more information, see [Manage data partitioning](/influxdb/cloud-dedicated/admin/custom-partitions/).
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ format in the InfluxDB v3 storage engine. By default, data is partitioned by day
|
|||
but, depending on your schema and workload, customizing the partitioning
|
||||
strategy can improve query performance.
|
||||
|
||||
Use the `--template-tag` and `--template-timeformat` flags define partition
|
||||
Use the `--template-tag` and `--template-timeformat` flags to define partition
|
||||
template parts used to generate partition keys for the table.
|
||||
If no template flags are provided, the table uses the partition template of the
|
||||
target database.
|
||||
|
|
|
@ -41,7 +41,7 @@ Use the following command flags to identify
|
|||
|
||||
- `--template-tag`: An [InfluxDB tag](/influxdb/clustered/reference/glossary/#tag)
|
||||
to use in the partition template.
|
||||
_Supports up to 7 of these flags._
|
||||
_Supports up to seven of these flags._
|
||||
- `--template-timeformat`: A [Rust strftime date and time](/influxdb/clustered/admin/custom-partitions/partition-templates/#time-part-templates)
|
||||
string that specifies the time format in the partition template and determines
|
||||
the time interval to partition by.
|
||||
|
|
|
@ -209,7 +209,7 @@ format in the InfluxDB v3 storage engine. By default, data is partitioned by day
|
|||
but, depending on your schema and workload, customizing the partitioning
|
||||
strategy can improve query performance.
|
||||
|
||||
Use the `--template-tag` and `--template-timeformat` flags define partition
|
||||
Use the `--template-tag` and `--template-timeformat` flags to define partition
|
||||
template parts used to generate partition keys for the database.
|
||||
For more information, see [Manage data partitioning](/influxdb/clustered/admin/custom-partitions/).
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ format in the InfluxDB v3 storage engine. By default, data is partitioned by day
|
|||
but, depending on your schema and workload, customizing the partitioning
|
||||
strategy can improve query performance.
|
||||
|
||||
Use the `--template-tag` and `--template-timeformat` flags define partition
|
||||
Use the `--template-tag` and `--template-timeformat` flags to define partition
|
||||
template parts used to generate partition keys for the table.
|
||||
If no template flags are provided, the table uses the partition template of the
|
||||
target database.
|
||||
|
|
Loading…
Reference in New Issue