File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed
query-data/troubleshoot-and-optimize
write-data/best-practices
cloud-serverless/write-data/best-practices
query-data/troubleshoot-and-optimize
write-data/best-practices Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,13 @@ and learn how to [analyze a query plan](/influxdb/cloud-dedicated/query-data/tro
61
61
62
62
#### Include a WHERE clause
63
63
64
- InfluxDB v3 stores data in a Parquet file for each measurement and day, and
65
- retrieves files from the Object store to answer a query.
64
+ InfluxDB v3 stores data in a Parquet file for each partition.
65
+ By default, {{< product-name >}} partitions tables by day, but you can also
66
+ [ custom-partition your data] ( /influxdb/cloud-dedicated/admin/custom-partitions/ ) .
67
+ At query time, InfluxDB retrieves files from the Object store to answer a query.
66
68
To reduce the number of files that a query needs to retrieve from the Object store,
67
69
include a [ ` WHERE ` clause] ( /influxdb/cloud-dedicated/reference/sql/where/ ) that
68
- filters data by a time range.
70
+ filters data by a time range or by specific tag values .
69
71
70
72
#### SELECT only columns you need
71
73
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Each row must include a time column.
129
129
As a result, a table can have the following:
130
130
131
131
- a time column
132
- - field and tag columns up to the configured maximum.
132
+ - field and tag columns up to the configured maximum
133
133
134
134
If you attempt to write to a table and exceed the column limit, then the write
135
135
request fails and InfluxDB returns an error.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Each row must include a time column.
109
109
As a result, a measurement can have the following:
110
110
111
111
- a time column
112
- - field and tag columns up to the maximum number of columns.
112
+ - field and tag columns up to the maximum number of columns
113
113
114
114
If you attempt to write to a measurement and exceed the column limit, then the write
115
115
request fails and InfluxDB returns an error.
Original file line number Diff line number Diff line change @@ -61,11 +61,13 @@ and learn how to [analyze a query plan](/influxdb/clustered/query-data/troublesh
61
61
62
62
#### Include a WHERE clause
63
63
64
- InfluxDB v3 stores data in a Parquet file for each measurement and day, and
65
- retrieves files from the Object store to answer a query.
64
+ InfluxDB v3 stores data in a Parquet file for each partition.
65
+ By default, {{< product-name >}} partitions tables by day, but you can also
66
+ [ custom-partition your data] ( /influxdb/clustered/admin/custom-partitions/ ) .
67
+ At query time, InfluxDB retrieves files from the Object store to answer a query.
66
68
To reduce the number of files that a query needs to retrieve from the Object store,
67
69
include a [ ` WHERE ` clause] ( /influxdb/clustered/reference/sql/where/ ) that
68
- filters data by a time range.
70
+ filters data by a time range or by specific tag values .
69
71
70
72
#### SELECT only columns you need
71
73
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Each row must include a time column.
129
129
As a result, a table can have the following:
130
130
131
131
- a time column
132
- - field and tag columns up to the configured maximum.
132
+ - field and tag columns up to the configured maximum
133
133
134
134
If you attempt to write to a table and exceed the column limit, then the write
135
135
request fails and InfluxDB returns an error.
You can’t perform that action at this time.
0 commit comments